Skip to content

Commit

Permalink
Provide missing TOKEN environment variable
Browse files Browse the repository at this point in the history
Closes gh-25
  • Loading branch information
sjohnr committed Mar 8, 2024
1 parent 61c6cce commit b2277b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/perform-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
needs: [perform-release]
env:
BRANCH: ${{ github.ref_name }}
TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b2277b7

Please sign in to comment.