Skip to content

Commit

Permalink
[#114] Inject GH_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Jul 5, 2024
1 parent c377dca commit aba4fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: gh release create ${{ github.ref_name }}
env:
GH_TOKEN: ${{ github.token }}
upload-binaries-to-release:
name: Upload
strategy:
Expand Down Expand Up @@ -43,4 +45,5 @@ jobs:
run: |
gh release upload ${{ github.ref_name }} $filename
env:
GH_TOKEN: ${{ github.token }}
filename: target/build/rrdb${{ runner.os == 'Windows' && '.exe' || ''}}

0 comments on commit aba4fb6

Please sign in to comment.