Merge pull request #3 from discretizer/feature/fork_automation

Fix fork automation
This commit is contained in:
Aaron Dalton 2024-01-07 22:44:19 -05:00 committed by GitHub
commit 30e82e67d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View File

@ -123,4 +123,3 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

View File

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