ci: checkout with correct token for web api update
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
c42b34a46b
commit
0d414ec0ea
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3.6.0
|
||||
with:
|
||||
node-version: '16'
|
||||
|
|
Reference in New Issue