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
|
||||
|
||||
nextcloud-27: &job
|
||||
nextcloud-27-app-calendar: &job
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
||||
|
||||
group: build
|
||||
failure: ignore
|
||||
secrets:
|
||||
- GITEA_API_REPOSITORY_DEB
|
||||
- GITEA_API_USERNAME
|
||||
- GITEA_API_PASSWORD
|
||||
- MAINTAINER
|
||||
env:
|
||||
API_REPOSITORY_DEB: ${{ secrets.API_REPOSITORY_DEB }}
|
||||
API_USERNAME: ${{ secrets.API_USERNAME }}
|
||||
API_PASSWORD: ${{ secrets.API_PASSWORD }}
|
||||
MAINTAINER: ${{ secrets.MAINTAINER }}
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- run: |
|
||||
|
|
Loading…
Reference in a new issue