mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-19 21:18:41 +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
|
||||
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
Block a user