We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0bd0e commit 44535ecCopy full SHA for 44535ec
.github/workflows/repository-maintenance.yml
@@ -5,6 +5,12 @@ on:
5
branches: ['main']
6
workflow_dispatch:
7
8
+permissions:
9
+ actions: read
10
+ contents: write
11
+ pull-requests: write
12
+ id-token: write
13
+
14
concurrency:
15
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
16
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
0 commit comments