Skip to content

Commit

Permalink
include github token in create_release step
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Sep 12, 2023
1 parent 2523751 commit 550d371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
runs-on: [self-hosted, macos, arm64]
needs: [get_version, build_archs, check_release]
if: ${{ !needs.check_release.outputs.EXISTING_RELEASE }}
env:
GITHUB_TOKEN: ${{ github.token }}

steps:
# Download arm64 and x64 binaries
Expand Down

0 comments on commit 550d371

Please sign in to comment.