We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab76e0 commit aaf7022Copy full SHA for aaf7022
.github/workflows/deploy-docker-image.yml
@@ -86,5 +86,4 @@ jobs:
86
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
87
with:
88
tag_name: ${{ steps.bumpTag.outputs.new_tag }}
89
- env:
90
- GITHUB_TOKEN: ${{ secrets.PAT }}
+ token: ${{ secrets.PAT }}
0 commit comments