Skip to content

Commit

Permalink
chore: update comment for personal access token in sync-fork action
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 2, 2024
1 parent 72d3948 commit 592627b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ permissions:
contents: write

env:
# token must be created by someone with write access for all forks
# Token must be created by someone with write access for all forks.
# Be sure to 'configure SSO' from the token creation page for each fork organization.
GH_TOKEN: ${{ secrets.SYNC_FORK_TOKEN }}
UPSTREAM_OWNER: CCBR

Expand Down

0 comments on commit 592627b

Please sign in to comment.