Skip to content

Commit 6d188a8

Browse files
refeedtimabbott
authored andcommitted
entrypoint.sh: Remove the statement stating GitHub pages API in preview.
It is no longer in preview mode. Also adds a link to the official documentation. Closes #78
1 parent ac50c5f commit 6d188a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ pip3 install pyyaml==5.2
3737
# crudini is not available as an Alpine pkg, so we install via pip.
3838
pip3 install crudini
3939

40-
# GitHub pages API is in Preview mode. This might break in future.
40+
# Uses GitHub pages API
41+
# https://docs.github.com/en/rest/pages
4142
auth_header="Authorization: Bearer ${github_personal_access_token}"
4243
accept_header="Accept: application/vnd.github.switcheroo-preview+json"
4344
page_api_url="https://api.github.com/repos/${GITHUB_REPOSITORY}/pages"

0 commit comments

Comments
 (0)