mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
actions: update user credentials
This commit is contained in:
parent
aa3a0330d1
commit
c9ca0a472c
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -598,14 +598,12 @@ jobs:
|
|||||||
echo "GAM Version ${GAMVERSION}"
|
echo "GAM Version ${GAMVERSION}"
|
||||||
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Configure service account auth
|
- name: Configure user and service account auth
|
||||||
id: configserviceaccount
|
id: configserviceaccount
|
||||||
env:
|
env:
|
||||||
PASSCODE: ${{ secrets.PASSCODE }}
|
oa2: ${{ secrets.GAM_GHA_${{ matrix.jid }} }}
|
||||||
run: |
|
run: |
|
||||||
source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz "${GAMCFGDIR}"
|
../.github/actions/decrypt.sh "${GAMCFGDIR}"
|
||||||
mv -v "${GAMCFGDIR}/oauth2.txt-gam-gha-${JID}" "${GAMCFGDIR}/oauth2.txt"
|
|
||||||
rm -v $GAMCFGDIR/oauth2.txt-gam*
|
|
||||||
$gam create signjwtserviceaccount
|
$gam create signjwtserviceaccount
|
||||||
|
|
||||||
- name: Upload gam.exe Windows for signing
|
- name: Upload gam.exe Windows for signing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user