Skip to content

Commit aa3f867

Browse files
authored
Merge pull request #322 from tvpartytonight/prefer_automatically_generated_gh_token
(PA-5641) prefer auto-generated GITHUB_TOKEN
2 parents a1d66e2 + 011f74c commit aa3f867

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)