Skip to content

Commit c65ee0d

Browse files
authored
Develop (#73)
* Use TOKENBuild PAT to trigger build workflows on tag push * Use TOKENBuild for release creation to trigger build workflows
2 parents d38fda5 + d90db43 commit c65ee0d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,11 @@ jobs:
258258
with:
259259
ref: main
260260
fetch-depth: 0
261+
token: ${{ secrets.TOKENBuild }}
261262

262263
- name: '🏷️ Create and push tag'
264+
env:
265+
GH_TOKEN: ${{ secrets.TOKENBuild }}
263266
run: |
264267
TAG="${{ steps.version.outputs.version_tag }}"
265268
@@ -273,7 +276,7 @@ jobs:
273276
274277
- name: '🚀 Create GitHub Release'
275278
env:
276-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
279+
GH_TOKEN: ${{ secrets.TOKENBuild }}
277280
PR_BODY: ${{ github.event.pull_request.body }}
278281
run: |
279282
TAG="${{ steps.version.outputs.version_tag }}"

0 commit comments

Comments
 (0)