Skip to content

Commit

Permalink
add secrets.WORKFLOW_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau committed Oct 31, 2024
1 parent ea34503 commit 39b8c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ env:
UPSTREAM_URL: "https://github.com/SamR1/FitTrackee.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 }}
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
#WORKFLOW_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional, defaults to master
UPSTREAM_BRANCH: "master"
# Optional, defaults to UPSTREAM_BRANCH
Expand Down

0 comments on commit 39b8c2a

Please sign in to comment.