Skip to content

Commit bc39d58

Browse files
committed
update permissions appropriately
1 parent 4a265de commit bc39d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
permissions:
20-
contents: write
20+
issues: write
2121

2222
steps:
2323
- name: Checkout repo

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
permissions:
15-
contents: write
15+
issues: write
1616

1717
steps:
1818
- name: Checkout repo

0 commit comments

Comments
 (0)