Skip to content

Commit

Permalink
ci: Use default GitHub job token for making release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengia committed Dec 28, 2023
1 parent 5333c6c commit 8ab4519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Upload
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.SPIDER_CRAB_TOKEN }}
artifacts: target/release/spider-crab
tag: ${{ github.ref }}
allowUpdates: false

0 comments on commit 8ab4519

Please sign in to comment.