diff --git a/.github/workflows/sync-upstream-repo.yml b/.github/workflows/sync-upstream-repo.yml index 50ae791..3d5efa4 100644 --- a/.github/workflows/sync-upstream-repo.yml +++ b/.github/workflows/sync-upstream-repo.yml @@ -38,6 +38,7 @@ jobs: # This job will sync issue templates, and other files from an upstream repo. name: Sync Template Repo runs-on: ubuntu-latest + needs: sync-labels # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs permissions: contents: write