We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2bfd0 commit b82ef2fCopy full SHA for b82ef2f
2 files changed
.github/workflows/deploy.yml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- main
8
9
+permissions:
10
+ contents: read
11
+
12
concurrency:
13
group: deploy-dns
14
cancel-in-progress: false
.github/workflows/test.yml
@@ -8,6 +8,10 @@ on:
types: [opened, synchronize, labeled]
merge_group:
+ pull-requests: read
15
jobs:
16
octodns:
17
runs-on: ubuntu-latest
0 commit comments