There was an error while loading. Please reload this page.
1 parent a946ab7 commit 67c4096Copy full SHA for 67c4096
1 file changed
.github/workflows/release.yml
@@ -465,8 +465,8 @@ jobs:
465
# #
466
467
- name: '🏳️ Post › Stable'
468
- id: task_release_bundle_st
469
uses: softprops/action-gh-release@v2
+ id: task_release_bundle_st
470
if: |
471
startsWith( inputs.PRERELEASE, false ) ||
472
startsWith( env.PRERELEASE, false )
@@ -504,9 +504,9 @@ jobs:
504
startsWith( inputs.PRERELEASE, true ) ||
505
startsWith( env.PRERELEASE, true )
506
env:
507
- GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ADMINSERV_TOKEN_CL }}
508
with:
509
- token: ${{ secrets.ADMINSERV_TOKEN }}
+ token: ${{ secrets.ADMINSERV_TOKEN_CL }}
510
name: v${{ env.PROJECT_VERSION }}
511
tag_name: ${{ env.PROJECT_VERSION }}
512
target_commitish: ${{ github.event.inputs.branch }}
0 commit comments