add proper access token

This commit is contained in:
Johnny Cena 2025-08-20 17:30:16 +02:00
parent a1ec042c80
commit 8427023b60

View File

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