Skip to content

Commit b4a0c13

Browse files
fix: Disable global permissions for actions (#153)
1 parent cf20aec commit b4a0c13

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#
1313
## JBIJPPTPL
1414

15+
permissions: {}
16+
1517
name: Build
1618
on:
1719
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Running the publishPlugin task requires all following secrets to be provided: PUBLISH_TOKEN, PRIVATE_KEY, PRIVATE_KEY_PASSWORD, CERTIFICATE_CHAIN.
33
# See https://plugins.jetbrains.com/docs/intellij/plugin-signing.html for more information.
44

5+
permissions: {}
6+
57
name: Release
68
on:
79
release:

.github/workflows/run-ui-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#
88
# Workflow is triggered manually.
99

10+
permissions: {}
11+
1012
name: Run UI Tests
1113
on:
1214
workflow_dispatch

0 commit comments

Comments
 (0)