We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 058af8e + 327843d commit c21cf28Copy full SHA for c21cf28
.github/workflows/tagpr.yml
@@ -22,4 +22,4 @@ jobs:
22
- uses: ./.github/actions/release
23
if: steps.tagpr.outputs.tag != ''
24
with:
25
- token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments