Skip to content

Commit

Permalink
Explicit pass secrests to workflow (#185)
Browse files Browse the repository at this point in the history
* Move secrets into job

* pass secrets to callable workflow

* Change secrets usage/args

* Correct ON format

* explict pass secrets
  • Loading branch information
byrnHDF authored May 6, 2024
1 parent 3fb118c commit bc309da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ jobs:
use_hdf: ${{ needs.get-base-names.outputs.hdf4-name }}
use_hdf5: ${{ needs.get-base-names.outputs.hdf5-name }}
use_environ: snapshots
secrets: inherit # pass all secrets

secrets:
APPLE_CERTS_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}
APPLE_CERTS_BASE64_PASSWORD: ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }}
KEYCHAIN_PASSWD: ${{ secrets.KEYCHAIN_PASSWD }}

call-workflow-release:
needs: [get-base-names, call-workflow-tarball, call-workflow-ant]
Expand Down

0 comments on commit bc309da

Please sign in to comment.