fix: put secrets into env
All checks were successful
/ nextcloud-27-app-calendar (push) Successful in 48s
All checks were successful
/ nextcloud-27-app-calendar (push) Successful in 48s
This commit is contained in:
parent
907e6a73e1
commit
36b9935374
1 changed files with 6 additions and 9 deletions
|
@ -11,18 +11,15 @@ jobs:
|
||||||
|
|
||||||
# One step per package
|
# One step per package
|
||||||
|
|
||||||
nextcloud-27: &job
|
nextcloud-27-app-calendar: &job
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
||||||
|
env:
|
||||||
group: build
|
API_REPOSITORY_DEB: ${{ secrets.API_REPOSITORY_DEB }}
|
||||||
failure: ignore
|
API_USERNAME: ${{ secrets.API_USERNAME }}
|
||||||
secrets:
|
API_PASSWORD: ${{ secrets.API_PASSWORD }}
|
||||||
- GITEA_API_REPOSITORY_DEB
|
MAINTAINER: ${{ secrets.MAINTAINER }}
|
||||||
- GITEA_API_USERNAME
|
|
||||||
- GITEA_API_PASSWORD
|
|
||||||
- MAINTAINER
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue