Pass secrets to composite action via env vars

This commit is contained in:
aboyko
2023-07-06 13:17:10 -04:00
parent 2cfbf4caab
commit 153aad3f36
2 changed files with 5 additions and 5 deletions

View File

@@ -27,6 +27,11 @@ jobs:
with:
eclipse_profile: ${{ inputs.eclipse_profile }}
build_type: ${{ inputs.build_type }}
env:
tools_s3_access_key: ${{ secrets.TOOLS_S3_ACCESS_KEY }}
tools_s3_secret_key: ${{ secrets.TOOLS_S3_SECRET_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg_keyname: ${{ secrets.GPG_KEYID }}
# - name: Enforce https instead of http
# run: ./nohttp.sh
# - name: Timestamp