Merge pull request #4 from discretizer/feature/fork_automation

Feature/fork automation
This commit is contained in:
Aaron Dalton 2024-01-10 17:54:19 -05:00 committed by GitHub
commit 282a0c2342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

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