Skip to content

Commit

Permalink
needs to have GITHUB_TOKEN set as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 19, 2024
1 parent b6e431f commit 7993b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/document-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
required: true
type: string

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
update-documentation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7993b6e

Please sign in to comment.