diff --git a/.github/workflows/Sync.yml b/.github/workflows/Sync.yml index 331bb2a..5bc49d8 100644 --- a/.github/workflows/Sync.yml +++ b/.github/workflows/Sync.yml @@ -5,7 +5,7 @@ env: UPSTREAM_URL: "https://github.com/Bilgecrank/hindsite.git" # Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }} # Over here, we use a PAT instead to authenticate workflow file changes. - WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} + WORKFLOW_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, defaults to main UPSTREAM_BRANCH: "development" # Optional, defaults to UPSTREAM_BRANCH