Skip to content

Commit

Permalink
Add missing GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Nov 25, 2024
1 parent 5a5bde3 commit d82c8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_dmg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ jobs:
env:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
BRANCH: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ github.token }}
run: |
bundle exec fastlane run update_asana_for_release \
platform:macos \
Expand Down

0 comments on commit d82c8e5

Please sign in to comment.