Skip to content

Commit eb115df

Browse files
Update release token
1 parent 37764dd commit eb115df

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)