1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Passed the token through the environment.

This commit is contained in:
Greg King 2022-06-17 13:52:45 -04:00 committed by mrdudz
parent c00c89c2b7
commit 9dec4034e3

View File

@ -97,8 +97,10 @@ jobs:
path: cc65-snapshot-win64.zip
- name: Update the online documents.
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone --depth 1 https://${{ secrets.GITHUB_TOKEN }}@github.com/cc65/doc.git doc.git
git clone --depth 1 https://${GH_TOKEN}@github.com/cc65/doc.git doc.git
cd doc.git
rm *.*
cp ../html/*.* .