Skip to content

Commit 4fb564e

Browse files
updated permissions
1 parent c954201 commit 4fb564e

5 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
default: patch
1717
required: true
1818

19+
permissions:
20+
contents: write
21+
pull-requests: write
22+
packages: write
23+
1924
jobs:
2025
validate_branch:
2126
runs-on: ubuntu-latest

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
branches:
1414
- main
1515
- develop
16+
-
17+
permissions:
18+
contents: read
1619

1720
jobs:
1821
format:

.github/workflows/issue-branch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
pull_request:
1313
types: [ opened, closed ]
1414

15+
permissions:
16+
contents: read
17+
issues: write
18+
pull-requests: write
19+
1520
jobs:
1621
create_issue_branch_job:
1722
uses: Stillpoint-Software/shared-workflows/.github/workflows/create-issue-branch.yml@main

.github/workflows/test-report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
permissions:
1111
contents: read
12-
actions: read
1312
checks: write
1413

1514
jobs:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
branches:
1313
- main
1414
- develop
15+
16+
permissions:
17+
contents: read
1518

1619
jobs:
1720
test:

0 commit comments

Comments
 (0)