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

Commit 6b21151

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ jobs:
1010
reminder:
1111
runs-on: ubuntu-latest
1212
permissions:
13+
id-token: write
1314
contents: read
1415
actions: read
16+
issues: write
1517
checks: write
18+
pull-requests: write
1619
steps:
1720
- name: Checkout code
1821
uses: actions/checkout@v4

0 commit comments

Comments
 (0)