add proper access token
This commit is contained in:
parent
a1ec042c80
commit
8427023b60
3
.github/workflows/update_examples.yml
vendored
3
.github/workflows/update_examples.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY_OWNER/raylib.com.git "${{ github.workspace }}/../raylib.com"
|
git clone https://x-access-token:${{ secrets.RAYLIB_DOT_COM_REPO_TOKEN }}@github.com/$GITHUB_REPOSITORY_OWNER/raylib.com.git "${{ github.workspace }}/../raylib.com"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Build and run rexm tool (GNU Makefile)
|
- name: Build and run rexm tool (GNU Makefile)
|
||||||
|
|
@ -86,6 +86,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
cd "${{ github.workspace }}/../raylib.com"
|
cd "${{ github.workspace }}/../raylib.com"
|
||||||
git add examples
|
git add examples
|
||||||
git commit -m "Update web examples"
|
git commit -m "Update web examples"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user