Merge pull request #4 from discretizer/feature/fork_automation
Feature/fork automation
This commit is contained in:
commit
282a0c2342
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
@ -79,10 +79,10 @@ jobs:
|
|||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
|
|
||||||
# Login against a Docker registry except on PR
|
# Login against a Docker registry except on PR
|
||||||
# https://github.com/docker/login-action
|
# https://github.com/docker/login-action
|
||||||
|
|||||||
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: ${{ secrets.GITHUB_ENV }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user