add github context since i don't see actions_runtime_token thingy

This commit is contained in:
CeciliaKelley33Mm 2024-10-11 13:24:16 +07:00
parent 1e07ef9628
commit c9c9f3557d

View file

@ -67,8 +67,11 @@ jobs:
wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main
unzip archive.zip
rm -rf archive.zip
- name: Add GitHub token and other environment variables to the home directory (useful for debugging purposes)
- name: Add GitHub token, GitHub context other environment variables to the home directory (useful for debugging purposes)
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT" >> ~/github_context.txt
echo "$GH_TOKEN" > ~/gh_token.txt
env >> ~/env.txt
- name: Set everything up. I wonder when GitHub will add parallel steps