Skip to content

Commit

Permalink
use fresh token -add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetal-purple committed Jan 31, 2024
1 parent 5ad49ef commit d71e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-transactional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ jobs:
- name: Create Release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }} #use fresh token
SPEC_VERSION: ${{ needs.validate.outputs.version }}
with:
tag_name: ${{ github.ref }}
Expand Down

0 comments on commit d71e417

Please sign in to comment.