Skip to content

Commit

Permalink
Update Sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vtestagrossa authored Feb 9, 2024
1 parent 0ef73d0 commit 988931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 988931a

Please sign in to comment.