Compare commits
No commits in common. "e8c784a38edf20185fe38cf3125e40a9bb788073" and "8125601c89dcb6faf3b7692da98538771b9b58d7" have entirely different histories.
e8c784a38e
...
8125601c89
1 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ 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
|
||||
|
@ -38,7 +36,7 @@ jobs:
|
|||
shell: bash
|
||||
env:
|
||||
GITEA_URL: ${{ github.server_url }}
|
||||
GITEA_TOKEN: ${{ github.token }}
|
||||
GITEA_TOKEN: ${{ secrets.REPO_MAINTAINER_TOKEN }}
|
||||
PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||
run: |
|
||||
npm install \
|
||||
|
|
Loading…
Add table
Reference in a new issue