Skip to content

Commit

Permalink
chore: permissions top level
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed May 23, 2024
1 parent 2774407 commit 52526de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issue-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
issues:
types: [opened]

permissions:
issues: write

jobs:
build:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: usthe/[email protected]
with:
Expand Down

0 comments on commit 52526de

Please sign in to comment.