From 0d5dbb2ce2b537bf2f1612a5c9aab383e3b553eb Mon Sep 17 00:00:00 2001 From: Greg King Date: Fri, 17 Jun 2022 03:45:57 -0400 Subject: [PATCH] Tried to authorize a push by setting the access token explicitly. --- .github/workflows/snapshot-on-push-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index acd2e463a..f6eb20109 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -100,6 +100,7 @@ jobs: uses: actions/checkout@v2 with: repository: cc65/doc + token: ${{ github.token }} path: doc.git - name: Update the online documents. run: |