Skip to content

Commit

Permalink
Fix GITHUB_TOKEN Permissions for Policy Sync Workflow due to recent C…
Browse files Browse the repository at this point in the history
…hanges (#896)
  • Loading branch information
jtracey93 authored Feb 9, 2024
1 parent 4a0e61c commit 6b1783a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
update-templates:
name: Update Library Templates
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Local repository checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6b1783a

Please sign in to comment.