fix: use PAT
This commit is contained in:
parent
0d3a5ece6f
commit
9950425cbf
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITEA_URL: ${{ github.server_url }}
|
GITEA_URL: ${{ github.server_url }}
|
||||||
GITEA_TOKEN: ${{ github.token }}
|
GITEA_TOKEN: $REPO_MAINTAINER_TOKEN
|
||||||
|
GITLAB_TOKEN: $REPO_MAINTAINER_TOKEN
|
||||||
PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
npm install \
|
npm install \
|
||||||
|
|
Loading…
Add table
Reference in a new issue