Use GITHUB_STATE mechanism for state

This commit is contained in:
Luc Perkins 2024-05-17 17:03:09 -03:00
parent bb7e2fbfa3
commit 7fc2455f30
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -39,8 +39,8 @@ jobs:
--header "user-agent: magic-nix-cache" \
"${ROOT_URL}&audience=${{ env.FLAKEHUB_API_ENDPOINT }}")
echo "::set-output name=token::${JWT_ID_TOKEN}"
echo "::set-output name=netrc::${NETRC}"
echo "token=${JWT_ID_TOKEN}" >> $GITHUB_STATE
echo "netrc=${NETRC}" >> $GITHUB_STATE
- name: Set up netrc file
env: