We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612f3b commit f6c6c1dCopy full SHA for f6c6c1d
1 file changed
.github/workflows/sync-to-mirror-repo.yml
@@ -10,6 +10,8 @@ jobs:
10
sync-from-public:
11
runs-on: ubuntu-latest
12
if: github.repository != 'aws/aws-sam-cli' # Only run in mirror repo
13
+ permissions:
14
+ contents: write
15
steps:
16
- name: Checkout public repo
17
uses: actions/checkout@v6
0 commit comments