Skip to content

Commit

Permalink
chore: grant token in release workflow (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Apr 29, 2022
1 parent 7bb44b8 commit fba9595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
uses: actions/checkout@v2
- name: Install Rust toolchain
uses: ./.github/actions/rust-cargo-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
command: version
- name: Writing bundle
env:
Expand Down

0 comments on commit fba9595

Please sign in to comment.