Skip to content

Commit 2329139

Browse files
feat: change token name in release workflow
1 parent 3b9c2cb commit 2329139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
signer_docker_tag: ${{ inputs.signer_docker_tag }}
106106
is_node_release: ${{ inputs.is_node_release }}
107107
is_signer_release: ${{ inputs.is_signer_release }}
108-
GH_TOKEN: ${{ github.TOKEN }}
108+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109

110110

111111
## Builds arch dependent Docker images from binaries
@@ -162,4 +162,4 @@ jobs:
162162
id: create-pr
163163
uses: stacks-network/actions/stacks-core/release/downstream-pr@main
164164
with:
165-
token: ${{ github.TOKEN }}
165+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)