Skip to content

Commit 97d5ac0

Browse files
authored
chore: add missing permissions for GitHub workflows (#137)
1 parent bc19f0e commit 97d5ac0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- 'feat-*'
1010
workflow_dispatch:
1111

12+
permissions: { }
13+
1214
env:
1315
PACKAGE_NAME: aws-kotlin-repo-tools
1416
RUN: ${{ github.run_id }}-${{ github.run_number }}

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branches: [ main ]
1010
workflow_dispatch:
1111

12+
permissions: { }
13+
1214
env:
1315
PACKAGE_NAME: aws-kotlin-repo-tools
1416

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [ main ]
55
workflow_dispatch:
6-
6+
permissions: { }
77
jobs:
88
merge:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)