provide gitea token
This commit is contained in:
parent
eda2c2f4cb
commit
f34245958e
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,8 @@ jobs:
|
|||
- name: semantic release
|
||||
shell: bash
|
||||
env:
|
||||
GITEA_URL: ${GITHUB_SERVER_URL}
|
||||
GITEA_TOKEN: ${{ github.token }}
|
||||
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
|
||||
run: |
|
||||
npm install \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue