Skip to content

Commit 88c7c17

Browse files
committed
Unset permission scope in GA fro all actions
1 parent caa9822 commit 88c7c17

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ name: Deploy to Firebase Hosting on merge
88
- develop
99
jobs:
1010
build_and_deploy:
11-
permissions:
12-
contents: read
13-
pull-requests: write
1411

1512
runs-on: ubuntu-latest
1613

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99

1010
jobs:
1111
build:
12-
permissions:
13-
contents: read
1412

1513
runs-on: ubuntu-latest
1614
steps:

.github/workflows/run-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111

1212
jobs:
1313
build:
14-
permissions:
15-
contents: read
1614

1715
runs-on: ubuntu-latest
1816

0 commit comments

Comments
 (0)