Use secrets in workflow
All checks were successful
Gitea Actions Demo / build (push) Successful in 51s
All checks were successful
Gitea Actions Demo / build (push) Successful in 51s
This commit is contained in:
@@ -14,5 +14,8 @@ jobs:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: build
|
||||
run: ./gradlew build
|
||||
- name: Publish
|
||||
run: ./gradlew publish
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_GiteaUsername: ${{secrets.username}}
|
||||
ORG_GRADLE_PROJECT_GiteaPassword: ${{secrets.password}}
|
||||
|
||||
Reference in New Issue
Block a user