Skip to content

Commit

Permalink
ci(workflow): add token for changelog generation
Browse files Browse the repository at this point in the history
This commit updates the changelog.yml workflow file to include a token for changelog generation. The token is sourced from the repository secrets and is necessary for authenticating the workflow to fetch tags and repository details.
  • Loading branch information
rrrodzilla committed Jun 30, 2024
1 parent 3364ced commit 32c8201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fetch-tags: true
fetch-depth: 0
repository: "Govcraft/ntangler"
token: ${{ secrets.PAT }}

- name: Install gitchglog
run: |
Expand Down

0 comments on commit 32c8201

Please sign in to comment.