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
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
|
||||
# Login against a Docker registry except on PR
|
||||
# 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:
|
||||
- run: gh repo sync discretizer/homepage
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_ENV }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user