Skip to content

Commit 6a983e4

Browse files
committed
Revert "test token"
This reverts commit a885681.
1 parent a885681 commit 6a983e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,10 @@ 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 }}
7877
uses: ncipollo/release-action@v1
7978
with:
8079
artifacts: "${{ env.FILENAME }}.tar.gz,${{ env.FILENAME }}.zip"
8180
allowUpdates: 'true'
8281
generateReleaseNotes: 'true'
83-
token: ${{ env.GITHUB_TOKEN }}
82+
token: ${{ secrets.RELEASE_TOKEN_PAT }}
8483
tag: ${{ env.WORKFLOW_GIT_TAG }}

0 commit comments

Comments
 (0)