Skip to content

Commit

Permalink
fix: add GH_TOKEN env var for gh cli (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore authored Aug 28, 2024
1 parent caa7da3 commit eb411a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-staged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
name: Prepare a draft release (to be published manually)
needs: deploy-prod
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit eb411a1

Please sign in to comment.