mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 16:34:55 -05:00
add github context since i don't see actions_runtime_token thingy
This commit is contained in:
parent
1e07ef9628
commit
c9c9f3557d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/runglobal.yml
vendored
5
.github/workflows/runglobal.yml
vendored
|
@ -67,8 +67,11 @@ jobs:
|
||||||
wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main
|
wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main
|
||||||
unzip archive.zip
|
unzip archive.zip
|
||||||
rm -rf 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: |
|
run: |
|
||||||
|
echo "$GITHUB_CONTEXT" >> ~/github_context.txt
|
||||||
echo "$GH_TOKEN" > ~/gh_token.txt
|
echo "$GH_TOKEN" > ~/gh_token.txt
|
||||||
env >> ~/env.txt
|
env >> ~/env.txt
|
||||||
- name: Set everything up. I wonder when GitHub will add parallel steps
|
- name: Set everything up. I wonder when GitHub will add parallel steps
|
||||||
|
|
Loading…
Reference in a new issue