We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac50c5f commit 6d188a8Copy full SHA for 6d188a8
entrypoint.sh
@@ -37,7 +37,8 @@ pip3 install pyyaml==5.2
37
# crudini is not available as an Alpine pkg, so we install via pip.
38
pip3 install crudini
39
40
-# GitHub pages API is in Preview mode. This might break in future.
+# Uses GitHub pages API
41
+# https://docs.github.com/en/rest/pages
42
auth_header="Authorization: Bearer ${github_personal_access_token}"
43
accept_header="Accept: application/vnd.github.switcheroo-preview+json"
44
page_api_url="https://api.github.com/repos/${GITHUB_REPOSITORY}/pages"
0 commit comments