Skip to content

Commit

Permalink
Set write permissions at job level
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Mar 28, 2024
1 parent c2a9b02 commit 73f20cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ env:
node_version: 18

permissions:
contents: write
contents: read

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: write

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 73f20cf

Please sign in to comment.