Skip to content

Commit cebce42

Browse files
committed
[ci] Use the token input parameter
Use the `token` input parameter instead of the `GITHUB_TOKEN` environment variable.
1 parent ddc486e commit cebce42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@ jobs:
9999
- uses: softprops/action-gh-release@v1
100100
with:
101101
files: ${{ steps.get_version.outputs.version }}-*.tar
102-
env:
103-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)