File tree Expand file tree Collapse file tree 4 files changed +110
-1664
lines changed Expand file tree Collapse file tree 4 files changed +110
-1664
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,18 @@ jobs:
3636 needs : build
3737 runs-on : ubuntu-latest
3838 steps :
39+ - name : Generate bot token
40+ uses : actions/create-github-app-token@v1
41+ id : app_token
42+ with :
43+ app-id : ${{ secrets.BOT_ID }}
44+ private-key : ${{ secrets.BOT_SK }}
45+
3946 - name : Clone repository
4047 uses : actions/checkout@v4
4148 with :
4249 fetch-depth : 0
50+ token : ${{ steps.app_token.outputs.token }}
4351
4452 - name : Use Node.js 20.x
4553 uses : actions/setup-node@v4
5664 - name : Generate semantic version for @algorandfoundation/algorand-typescript-testing
5765 run : npx semantic-release
5866 env :
59- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67+ GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
6068
6169 - name : Publish @algorandfoundation/algorand-typescript-testing
6270 uses : JS-DevTools/npm-publish@v3
Original file line number Diff line number Diff line change 1- {}
1+ {}
You can’t perform that action at this time.
0 commit comments