Fix fork automation

This commit is contained in:
Aaron Dalton 2024-01-07 21:54:48 -05:00
parent b684ff8a78
commit 6b6c96b792
2 changed files with 3 additions and 3 deletions

View File

@ -77,8 +77,8 @@ jobs:
# This step is being disabled because the runner is on a self-hosted machine
# where the cache will stick between runs.
- name: Cache Docker layers
uses: actions/cache@v3
with:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |

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