Skip to content

Commit 432946a

Browse files
committed
Use TOKENBuild PAT to trigger build workflows on tag push
1 parent a93f252 commit 432946a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 3 additions & 0 deletions
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

0 commit comments

Comments
 (0)