Skip to content

Commit 67c4096

Browse files
committed
ci: update release workflow
1 parent a946ab7 commit 67c4096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ jobs:
465465
# #
466466

467467
- name: '🏳️ Post › Stable'
468-
id: task_release_bundle_st
469468
uses: softprops/action-gh-release@v2
469+
id: task_release_bundle_st
470470
if: |
471471
startsWith( inputs.PRERELEASE, false ) ||
472472
startsWith( env.PRERELEASE, false )
@@ -504,9 +504,9 @@ jobs:
504504
startsWith( inputs.PRERELEASE, true ) ||
505505
startsWith( env.PRERELEASE, true )
506506
env:
507-
GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN }}
507+
GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN_CL }}
508508
with:
509-
token: ${{ secrets.ADMINSERV_TOKEN }}
509+
token: ${{ secrets.ADMINSERV_TOKEN_CL }}
510510
name: v${{ env.PROJECT_VERSION }}
511511
tag_name: ${{ env.PROJECT_VERSION }}
512512
target_commitish: ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)