Skip to content

Commit 77df640

Browse files
authored
fix: workflow permission (#1595)
* fix: support using GH token * fix: workflow permission
1 parent 4597726 commit 77df640

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/issueLens-run.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
required: true
1111
type: string
1212

13+
permissions:
14+
issues: write
15+
contents: read
16+
1317
jobs:
1418
run-issuelens:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)