Skip to content

Commit

Permalink
Merge pull request #48 from tofuutils/fix/job
Browse files Browse the repository at this point in the history
Add token to the generate-changelog job
  • Loading branch information
kvendingoldo authored Jan 23, 2024
2 parents 4abbd99 + 1ebd578 commit 7e4b4d4
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 7e4b4d4

Please sign in to comment.