mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
fix: Wrong secret
This commit is contained in:
parent
ff8afed34b
commit
6c523cf8ab
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Copy Docs to carp-docs Repository
|
||||
uses: cpina/github-action-push-to-another-repository@master
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
API_TOKEN_GITHUB: ${{ secrets.PERSONAL_TOKEN }}
|
||||
with:
|
||||
source-directory: './docs/core'
|
||||
destination-github-username: 'carp-lang'
|
||||
|
Loading…
Reference in New Issue
Block a user