We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9c2cb commit 2329139Copy full SHA for 2329139
.github/workflows/github-release.yml
@@ -105,7 +105,7 @@ jobs:
105
signer_docker_tag: ${{ inputs.signer_docker_tag }}
106
is_node_release: ${{ inputs.is_node_release }}
107
is_signer_release: ${{ inputs.is_signer_release }}
108
- GH_TOKEN: ${{ github.TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109
110
111
## Builds arch dependent Docker images from binaries
@@ -162,4 +162,4 @@ jobs:
162
id: create-pr
163
uses: stacks-network/actions/stacks-core/release/downstream-pr@main
164
with:
165
- token: ${{ github.TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments