Skip to content

Commit aaf7022

Browse files
committed
fix: update GitHub release action to use 'token' instead of 'env' for PAT
1 parent 0ab76e0 commit aaf7022

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,4 @@ jobs:
8686
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
8787
with:
8888
tag_name: ${{ steps.bumpTag.outputs.new_tag }}
89-
env:
90-
GITHUB_TOKEN: ${{ secrets.PAT }}
89+
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)