Skip to content

Commit fdbab70

Browse files
committed
permissions: {}
1 parent 3845b25 commit fdbab70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Deploy
2-
permissions: read-all
2+
permissions: {}
33
on:
44
push:
55
branches: [ main ]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
permissions: read-all
2+
permissions: {}
33
on:
44
workflow_call:
55
inputs:

.github/workflows/deploy-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Deploy Artifacts
2-
permissions: read-all
2+
permissions: {}
33
on:
44
workflow_call:
55
inputs:

.github/workflows/publish-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish Plugins
2-
permissions: read-all
2+
permissions: {}
33
on:
44
workflow_call:
55
inputs:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test
2-
permissions: read-all
2+
permissions: {}
33
on:
44
workflow_call:
55
inputs:

0 commit comments

Comments
 (0)