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:
parent
14548810f9
commit
63eb139f19
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user