1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-16 02:10:52 +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 committed by mrdudz
parent 3232ce1bad
commit cb20b2e968

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