Fix environment variable
This commit is contained in:
parent
0a3ddf0485
commit
7cc752cb90
4
.github/workflows/fork-sync.yml
vendored
4
.github/workflows/fork-sync.yml
vendored
@ -8,5 +8,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: gh repo sync discretizer/homepage
|
- run: gh repo sync discretizer/homepage
|
||||||
env:
|
env:
|
||||||
GH_TOKEN ${{ secres.GITHUB_ENV }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user