1 parent a885681 commit 6a983e4Copy full SHA for 6a983e4
1 file changed
.github/workflows/ci.yml
@@ -74,11 +74,10 @@ jobs:
74
env:
75
VERSION: ${{ needs.prepare-release.outputs.rr_cargo_version }}
76
WORKFLOW_GIT_TAG: ${{ needs.prepare-release.outputs.workflow_git_tag}}
77
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN_PAT }}
78
uses: ncipollo/release-action@v1
79
with:
80
artifacts: "${{ env.FILENAME }}.tar.gz,${{ env.FILENAME }}.zip"
81
allowUpdates: 'true'
82
generateReleaseNotes: 'true'
83
- token: ${{ env.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_TOKEN_PAT }}
84
tag: ${{ env.WORKFLOW_GIT_TAG }}
0 commit comments