Skip to content

Commit 59d0158

Browse files
committed
Update token in GitHub Actions workflow
- 🔧 Changed the token from PERSONAL_ACCESS_TOKEN to GITHUB_TOKEN for better security and access management. - 🗑️ Ensured the branch created for the PR is deleted after merging. -Priyanshu
1 parent 67d68b6 commit 59d0158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-pac-cli-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
_Automated PR generated by GitHub Actions._
6666
branch: update/cli-version-${{ steps.get_latest_version.outputs.latest_version }}
6767
delete-branch: true
68-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
68+
token: ${{ secrets.GITHUB_TOKEN }}
6969
add-paths: |
7070
gulpfile.mjs

0 commit comments

Comments
 (0)