Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 6593700

Browse files
Added permission to the workflow to avoid the error 'Resource not accessible'.
1 parent ac2c256 commit 6593700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
reminder:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
actions: read
15+
checks: write
1216
steps:
1317
- name: Checkout code
1418
uses: actions/checkout@v4

0 commit comments

Comments
 (0)