Skip to content

Commit

Permalink
clean up actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Nov 18, 2022
1 parent 625fd03 commit dece603
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GH_TOKEN }}
- run: nix build
- uses: ncipollo/release-action@v1
with:
artifacts: "result/bin/local-path-provisioner-volume-converter"
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dece603

Please sign in to comment.