Skip to content

Commit dfd960f

Browse files
authored
elastic-apm-tech
1 parent 91f794d commit dfd960f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/addToProject.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
env:
88
MY_GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
assign_one_project:
1215
runs-on: ubuntu-latest

.github/workflows/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
env:
88
MY_GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
triage:
1215
runs-on: ubuntu-latest

.github/workflows/test-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- '!**/*.md'
1111
- '!**/*.asciidoc'
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
test:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)