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.
2 parents ea6f69d + adab785 commit 114b7d5Copy full SHA for 114b7d5
.github/workflows/add-to-project.yml
@@ -9,6 +9,7 @@ on:
9
types:
10
- opened
11
12
+permissions: {}
13
jobs:
14
add-to-project:
15
name: Add new bugs and PRs to This Week project
.github/workflows/testing.yml
@@ -5,6 +5,9 @@ on:
5
schedule:
6
- cron: '0 0 * * *'
7
8
+permissions:
+ contents: read # to fetch code (actions/checkout)
+
test:
runs-on: ubuntu-latest
0 commit comments