mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-17 20:50:48 +01:00
using PAT for accessing github api
This commit is contained in:
parent
4c5466df86
commit
dce87eb30e
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{ secrets.MY_PAT }}
|
||||||
script: |
|
script: |
|
||||||
const { startReleaseProcess } = await import('${{ github.workspace }}/tools/beta-release/app.js')
|
const { startReleaseProcess } = await import('${{ github.workspace }}/tools/beta-release/app.js')
|
||||||
await startReleaseProcess({github, context, core})
|
await startReleaseProcess({github, context, core})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user