use PAT for github api
This commit is contained in:
parent
dce87eb30e
commit
ffc85d91b0
|
@ -42,6 +42,7 @@ jobs:
|
|||
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.MY_PAT }}
|
||||
script: |
|
||||
const { publishRelease } = await import('${{ github.workspace }}/tools/beta-release/app.js')
|
||||
const artifacts = {
|
||||
|
|
Loading…
Reference in New Issue