Skip to content

Commit

Permalink
fix: add gh token to release action (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya authored Nov 26, 2024
1 parent fed64e3 commit b6eb32d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
tag:
runs-on: ubuntu-22.04
needs: manifest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b6eb32d

Please sign in to comment.