Skip to content

Commit

Permalink
least-privilege: use normal GH_TOKEN for PR creation/update
Browse files Browse the repository at this point in the history
This allows a fine-grained PAT for source repo retrieval
  • Loading branch information
josh-heyer authored Jun 4, 2024
1 parent 67286eb commit a446b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-and-process-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
path: destination/
reviewers: ${{ env.REVIEWERS }}
title: ${{ env.TITLE }}
token: ${{ secrets.SYNC_FILES_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

1 comment on commit a446b6a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.