Attempt to use GITHUB_TOKENS.
This commit is contained in:
@@ -30,11 +30,11 @@ jobs:
|
||||
- name: publish maven
|
||||
continue-on-error: true
|
||||
env:
|
||||
MAVEN_TOKEN: "${{secrets.MAVEN_TOKEN}}"
|
||||
MAVEN_TOKEN: "${{secrets.GITHUB_TOKEN}}"
|
||||
run: ./gradlew publish
|
||||
- name: publish release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
build/libs/**
|
||||
api_key: "${{secrets.RELEASE_TOKEN}}"
|
||||
token: "${{secrets.GITHUB_TOKEN}}"
|
||||
|
||||
Reference in New Issue
Block a user