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
|
- name: semantic release
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
GITEA_URL: ${GITHUB_SERVER_URL}
|
||||||
|
GITEA_TOKEN: ${{ github.token }}
|
||||||
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
|
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
|
||||||
run: |
|
run: |
|
||||||
npm install \
|
npm install \
|
||||||
|
|
|
@ -34,7 +34,6 @@ module.exports = {
|
||||||
[
|
[
|
||||||
"@saithodev/semantic-release-gitea",
|
"@saithodev/semantic-release-gitea",
|
||||||
{
|
{
|
||||||
"giteaUrl": "${GITHUB_SERVER_URL}",
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue