using PAT for accessing github api
This commit is contained in:
parent
4c5466df86
commit
dce87eb30e
|
@ -26,6 +26,7 @@ jobs:
|
|||
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.MY_PAT }}
|
||||
script: |
|
||||
const { startReleaseProcess } = await import('${{ github.workspace }}/tools/beta-release/app.js')
|
||||
await startReleaseProcess({github, context, core})
|
||||
|
|
Loading…
Reference in New Issue