Skip to content

Commit

Permalink
Merge pull request #47220 from Expensify/vit-fixDeploy
Browse files Browse the repository at this point in the history
[NoQA] Add token to the gh release call
  • Loading branch information
AndrewGable authored Aug 12, 2024
2 parents 7481b6e + 72a4bd9 commit 9aa78ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: 🚀 Create prerelease to trigger staging deploy 🚀
run: gh release create ${{ env.STAGING_VERSION }} --title ${{ env.STAGING_VERSION }} --generate-notes --prerelease
env:
GITHUB_TOKEN: ${{ steps.setupGitForOSBotify.outputs.OS_BOTIFY_API_TOKEN }}

- name: Warn deployers if staging deploy failed
if: ${{ failure() }}
Expand Down

0 comments on commit 9aa78ff

Please sign in to comment.