We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d38fda5 + d90db43 commit c65ee0dCopy full SHA for c65ee0d
1 file changed
.github/workflows/auto-release.yml
@@ -258,8 +258,11 @@ jobs:
258
with:
259
ref: main
260
fetch-depth: 0
261
+ token: ${{ secrets.TOKENBuild }}
262
263
- name: '🏷️ Create and push tag'
264
+ env:
265
+ GH_TOKEN: ${{ secrets.TOKENBuild }}
266
run: |
267
TAG="${{ steps.version.outputs.version_tag }}"
268
@@ -273,7 +276,7 @@ jobs:
273
276
274
277
- name: '🚀 Create GitHub Release'
275
278
env:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
279
280
PR_BODY: ${{ github.event.pull_request.body }}
281
282
0 commit comments