Skip to content

Commit e7a6b65

Browse files
Merge pull request #417 from patrick-murphy-intuit/tx-workflows
Update release token
2 parents f3ac79f + eb115df commit e7a6b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-transactional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
- name: Create Release
408408
uses: actions/create-release@latest
409409
env:
410-
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }} #use fresh token
410+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # token automatically provided
411411
SPEC_VERSION: ${{ needs.validate.outputs.version }}
412412
with:
413413
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)