Skip to content

Commit f6c6c1d

Browse files
authored
fix: update sync action perms (aws#8681)
1 parent e612f3b commit f6c6c1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-to-mirror-repo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
sync-from-public:
1111
runs-on: ubuntu-latest
1212
if: github.repository != 'aws/aws-sam-cli' # Only run in mirror repo
13+
permissions:
14+
contents: write
1315
steps:
1416
- name: Checkout public repo
1517
uses: actions/checkout@v6

0 commit comments

Comments
 (0)