Skip to content

Commit

Permalink
Add token to the generate-changelog job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin authored and anastasiiakozlova245 committed Jan 24, 2024
1 parent 3a6d09b commit 87d6745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.TOFUENV_GITHUB_TOKEN }}
- run: cd tools && go install github.com/hashicorp/go-changelog/cmd/changelog-build
- run: ./scripts/generate-changelog.sh
- run: |
Expand Down

0 comments on commit 87d6745

Please sign in to comment.