provide gitea token

This commit is contained in:
Oliver Lippert 2024-01-31 23:55:11 +01:00
parent eda2c2f4cb
commit f34245958e
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 2 additions and 1 deletions

View file

@ -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 \

View file

@ -34,7 +34,6 @@ module.exports = {
[ [
"@saithodev/semantic-release-gitea", "@saithodev/semantic-release-gitea",
{ {
"giteaUrl": "${GITHUB_SERVER_URL}",
} }
] ]
], ],