Merge pull request #3 from discretizer/feature/fork_automation
Fix fork automation
This commit is contained in:
commit
30e82e67d8
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -123,4 +123,3 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -9,4 +9,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: gh repo sync discretizer/homepage
|
- run: gh repo sync discretizer/homepage
|
||||||
env:
|
env:
|
||||||
GH_TOKEN ${{ secres.GITHUB_ENV }}
|
GH_TOKEN: ${{ secrets.GITHUB_ENV }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user