chore: トークン忘れてた

This commit is contained in:
usbharu 2024-08-10 16:56:13 +09:00
parent 0b4a47f22a
commit 7b1e99095b
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ jobs:
- name: Publish OWL Local
if: ${{ github.base_ref == 'release-test-master' && contains( needs.release-diff-check.outputs.diff, 'owl') }}
run: ./owl/gradlew :owl:publishMavenPublicationToMavenLocal
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITEA: ${{ secrets.GITEA }}
- name: Publish OWL Gitea