fix: use PAT for git
This commit is contained in:
parent
ebe8ec4bd8
commit
660fd51c5a
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
token: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
||||
|
||||
# TODO extract dedicated action
|
||||
- name: setup tea cli
|
||||
|
@ -36,7 +38,7 @@ jobs:
|
|||
shell: bash
|
||||
env:
|
||||
GITEA_URL: ${{ github.server_url }}
|
||||
GITEA_TOKEN: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
||||
GITEA_TOKEN: ${{ github.token }}
|
||||
PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||
run: |
|
||||
npm install \
|
||||
|
|
Loading…
Add table
Reference in a new issue