Skip to content

Commit

Permalink
chore: gh token for release (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner authored Feb 29, 2024
1 parent 0d00c9d commit a0f2f4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
-f url=$url_ \
-f sha256=$sha_ \
-f version=$version_
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scoop-lucky:
needs: release
Expand All @@ -112,3 +114,5 @@ jobs:
-f url=$url_ \
-f sha256=$sha_ \
-f version=$version_
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a0f2f4a

Please sign in to comment.