Skip to content

Commit a2b5f03

Browse files
Use github.token instead of secrets.GITHUB_TOKEN
1 parent 673cf02 commit a2b5f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ps-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
id: create_release
5555
uses: actions/create-release@v1
5656
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
GITHUB_TOKEN: ${{ github.token }}
5858
with:
5959
tag_name: v${{ inputs.release-version }}
6060
release_name: Release v${{ inputs.release-version }}

0 commit comments

Comments
 (0)