Skip to content

Commit 552a55b

Browse files
committed
fix permissions
1 parent 84f672b commit 552a55b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616

1717
runs-on: ubuntu-latest
1818

19-
permissions:
20-
issues: write
21-
2219
steps:
2320
- name: Checkout repo
2421
uses: actions/checkout@v5

.github/workflows/static_analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
static_analysis:
1212
runs-on: ubuntu-latest
1313

14-
permissions:
15-
issues: write
16-
1714
steps:
1815
- name: Checkout repo
1916
uses: actions/checkout@v5

0 commit comments

Comments
 (0)