Skip to content

Commit a43add9

Browse files
authored
fix(ci): Update self-action permissions
1 parent d4436c0 commit a43add9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/self-action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ env:
1111
jobs:
1212
action-test:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
actions: read
17+
security-events: write
1418

1519
steps:
1620
- name: "Checkout"

0 commit comments

Comments
 (0)