Update build.yml

This commit is contained in:
Jay Lee 2025-04-18 11:27:52 -04:00 committed by GitHub
parent 9e8c110f08
commit c866d2f4ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -601,7 +601,7 @@ jobs:
- name: Configure user and service account auth - name: Configure user and service account auth
id: configserviceaccount id: configserviceaccount
env: env:
oa2: ${{ format('.secrets.GAM_GHA_{0}', matrix.jid) }} oa2: ${{ secrets[format('GAM_GHA_{0}', matrix.jid)] }}
run: | run: |
../.github/actions/decrypt.sh "${GAMCFGDIR}" ../.github/actions/decrypt.sh "${GAMCFGDIR}"
$gam create signjwtserviceaccount $gam create signjwtserviceaccount