Fix environment variable

This commit is contained in:
Aaron Dalton 2024-01-09 08:21:48 -05:00
parent 0a3ddf0485
commit 7cc752cb90

View File

@ -9,4 +9,4 @@ jobs:
steps:
- run: gh repo sync discretizer/homepage
env:
GH_TOKEN ${{ secres.GITHUB_ENV }}
GH_TOKEN: ${{ github.token }}