diff --git a/actions/release/action.yml b/actions/release/action.yml index 636299d..8ae7e97 100644 --- a/actions/release/action.yml +++ b/actions/release/action.yml @@ -33,6 +33,7 @@ runs: - name: Run multi-semantic-release shell: bash env: + GITHUB_TOKEN: ${{ inputs.gitea-token }} GITEA_TOKEN: ${{ inputs.gitea-token }} GITEA_URL: ${{ inputs.gitea-url }} NPM_TOKEN: ${{ inputs.npm-token }}