Skip to content

Commit

Permalink
[ci] Use the token input parameter
Browse files Browse the repository at this point in the history
Use the `token` input parameter instead of the `GITHUB_TOKEN`
environment variable.
  • Loading branch information
lpinca committed Jun 5, 2022
1 parent ddc486e commit cebce42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,4 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: ${{ steps.get_version.outputs.version }}-*.tar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cebce42

Please sign in to comment.