fix: use PAT
This commit is contained in:
parent
3ef92adb3a
commit
ebe8ec4bd8
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITEA_URL: ${{ github.server_url }}
|
GITEA_URL: ${{ github.server_url }}
|
||||||
GITEA_TOKEN: $REPO_MAINTAINER_TOKEN
|
GITEA_TOKEN: ${{ secrets.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