Skip to content

Commit 011f74c

Browse files
(PA-5641) prefer auto-generated GITHUB_TOKEN
There is no need to embed a specific secret token in the project. An action automatically generates a token during its run, and the repository is set to allow tokens read/write permissions.
1 parent a1d66e2 commit 011f74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Bump version and push tag
1818
uses: anothrNick/[email protected]
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.PUPPET_RELEASE_GH_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
DEFAULT_BUMP: patch
2222
TAG_CONTEXT: branch
2323
WITH_V: false

0 commit comments

Comments
 (0)