Use GITHUB_STATE mechanism for state
This commit is contained in:
parent
bb7e2fbfa3
commit
7fc2455f30
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue