File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 29
29
description : " True if it is a signer release"
30
30
required : true
31
31
type : string
32
- secrets :
33
- GH_TOKEN :
34
- required : true
35
32
36
33
concurrency :
37
34
group : github-release-${{ github.head_ref || github.ref }}
95
92
runs-on : ubuntu-latest
96
93
needs :
97
94
- build-binaries
95
+ permissions :
96
+ contents : write
98
97
steps :
99
98
# # Creates releases
100
99
- name : Create Release
@@ -106,7 +105,7 @@ jobs:
106
105
signer_docker_tag : ${{ inputs.signer_docker_tag }}
107
106
is_node_release : ${{ inputs.is_node_release }}
108
107
is_signer_release : ${{ inputs.is_signer_release }}
109
- GH_TOKEN : ${{ secrets.GH_TOKEN }}
108
+ GH_TOKEN : ${{ github.TOKEN }}
110
109
111
110
112
111
# # Builds arch dependent Docker images from binaries
@@ -156,9 +155,11 @@ jobs:
156
155
- build-binaries
157
156
- create-release
158
157
- docker-image
158
+ permissions :
159
+ pull-requests : write
159
160
steps :
160
161
- name : Open Downstream PR
161
162
id : create-pr
162
163
uses : stacks-network/actions/stacks-core/release/downstream-pr@main
163
164
with :
164
- token : ${{ secrets.GH_TOKEN }}
165
+ token : ${{ github.TOKEN }}
You can’t perform that action at this time.
0 commit comments