Skip to content

Commit a885681

Browse files
committed
test token
1 parent 783cc5d commit a885681

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ jobs:
7474
env:
7575
VERSION: ${{ needs.prepare-release.outputs.rr_cargo_version }}
7676
WORKFLOW_GIT_TAG: ${{ needs.prepare-release.outputs.workflow_git_tag}}
77+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN_PAT }}
7778
uses: ncipollo/release-action@v1
7879
with:
7980
artifacts: "${{ env.FILENAME }}.tar.gz,${{ env.FILENAME }}.zip"
8081
allowUpdates: 'true'
8182
generateReleaseNotes: 'true'
82-
token: ${{ secrets.RELEASE_TOKEN_PAT }}
83+
token: ${{ env.GITHUB_TOKEN }}
8384
tag: ${{ env.WORKFLOW_GIT_TAG }}

0 commit comments

Comments
 (0)