Skip to content

Commit

Permalink
Use PAT token for release creation (#19505)
Browse files Browse the repository at this point in the history
## Description 
Use PAT token for release creation

## Test plan 
Will be testing this next week
  • Loading branch information
ebmifa authored Sep 23, 2024
1 parent 50675d5 commit 830c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.SUI_CREATE_RELEASE }}
with:
tag_name: ${{ inputs.release_tag }}
release_name: ${{ inputs.release_tag }}
Expand Down

0 comments on commit 830c42b

Please sign in to comment.