Skip to content

Commit e85488d

Browse files
committed
chore: update workflow permissions from read to write for build and PR workflows
1 parent f21ba9e commit e85488d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Workflow for Building and Testing
22

33
permissions:
4-
contents: read
4+
contents: write
55

66
on:
77
workflow_call:

.github/workflows/pr-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Workflow for External PRs with Unit & Integration Tests
22
permissions:
3-
contents: read
3+
contents: write
44

55
on:
66
pull_request_target:

.github/workflows/pr-internal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Workflow for Internal PRs with Unit & Integration Tests
22
permissions:
3-
contents: read
3+
contents: write
44

55
on:
66
pull_request:

0 commit comments

Comments
 (0)