Skip to content

Commit

Permalink
Merge pull request #976 from tigerbeetle/fix-release-upload
Browse files Browse the repository at this point in the history
Use GH_TOKEN, even though the gh man-page suggests GITHUB_TOKEN should be fine
  • Loading branch information
cb22 committed Jul 10, 2023
2 parents 805828f + 7a9009c commit 5c9188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Propagate token into environment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Split out the macOS building from the step above, so we can build a universal binary.
# This means 2 less binaries (one for debug, one for release) on the release page,
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# Propagate token into environment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Publish all clients and Docker image.
client-dotnet:
Expand Down

0 comments on commit 5c9188b

Please sign in to comment.