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
|
||||
steps:
|
||||
- run: gh repo sync discretizer/homepage
|
||||
env:
|
||||
GH_TOKEN ${{ secres.GITHUB_ENV }}
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user