1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-10 13:29:50 +00:00

Tried to authorize a push by setting the access token explicitly.

This commit is contained in:
Greg King 2022-06-17 03:45:57 -04:00
parent 5b0023c3df
commit 0d5dbb2ce2

View File

@ -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: |