From ef95fac4d44ea41913176a96dcd678c7061f6ca4 Mon Sep 17 00:00:00 2001 From: Roland Rodriguez Date: Sat, 29 Jun 2024 08:08:53 -0600 Subject: [PATCH] ci(workflow): update token reference 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. --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 414447a..f941b88 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: fetch-tags: true fetch-depth: 0 repository: "Govcraft/ntangler" - token: "${{ github.PAT }}" + token: "${{ secrets.PAT }}" - name: Install gitchglog run: |