Skip to content

Commit 0f703c8

Browse files
committed
update workflow permissions
1 parent 35e9df8 commit 0f703c8

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.github/workflows/add-labels-standardized.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66
- opened
77
- reopened
88

9+
permissions:
10+
issues: write
11+
912
jobs:
1013
add-issue-labels:
11-
permissions:
12-
issues: write
1314
secrets:
1415
ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }}
1516
SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }}

.github/workflows/add-to-project-community-dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
CREATOR: ${{ github.event.pull_request.user.login }}
99
GITHUB_TOKEN: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
1010

11+
permissions:
12+
repository-projects: write
13+
1114
jobs:
1215
add-to-project-dependabot:
1316
name: add issue to Senzing Community project

.github/workflows/add-to-project-community.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- opened
77
- reopened
88

9+
permissions:
10+
repository-projects: write
11+
912
jobs:
1013
add-to-project:
1114
name: add issue to project

.github/workflows/move-pr-to-done-dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main]
66
types: [closed]
77

8+
permissions:
9+
repository-projects: write
10+
811
jobs:
912
move-pr-to-done-dependabot:
1013
secrets:

0 commit comments

Comments
 (0)