Skip to content

Commit

Permalink
ci(workflow): update token reference
Browse files Browse the repository at this point in the history
Change the token reference from github.PAT to secrets.PAT in the changelog workflow configuration. This ensures that the correct secret token is used during the workflow execution.
  • Loading branch information
rrrodzilla committed Jun 29, 2024
1 parent 225f390 commit ef95fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-tags: true
fetch-depth: 0
repository: "Govcraft/ntangler"
token: "${{ github.PAT }}"
token: "${{ secrets.PAT }}"

- name: Install gitchglog
run: |
Expand Down

0 comments on commit ef95fac

Please sign in to comment.