Skip to content

Commit 1cc512c

Browse files
ci(Actions): 👷 add release token to build pipeline
The build pipeline now creates a new tag and is able to trigger the release pipeline internally
1 parent ab60b13 commit 1cc512c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5252
with:
5353
fetch-depth: 0
54+
token: ${{ secrets.RELEASE_TOKEN }}
5455

5556
- name: Determine next version
5657
id: version

0 commit comments

Comments
 (0)