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:
parent
3232ce1bad
commit
cb20b2e968
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user