Skip to content

Commit

Permalink
chore: update GH_TOKEN
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Roberts <[email protected]>
  • Loading branch information
nickytonline and brandonroberts authored Sep 9, 2024
1 parent abfad0f commit 7e1cc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: ./scripts/generate-docs.sh
env:
GITHUB_REF: ${{ github.ref }}
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ steps.generate_token.outputs.token }}

build:
name: Build and publish artifacts
Expand Down

0 comments on commit 7e1cc8b

Please sign in to comment.