File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments