Skip to content

Commit

Permalink
ci/cd: fix permission from reusable workflow caller
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed Feb 11, 2024
1 parent 032c465 commit 20fc2ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types:
- opened

permissions:
issues: write
contents: read

jobs:
call-reusable-workflow:
uses: oedokumaci/oedokumaci/.github/workflows/auto-assign-issue.yml@main
Expand Down

0 comments on commit 20fc2ee

Please sign in to comment.