Skip to content

Commit

Permalink
Adding permissions for loc pipeline to use GITHUB_TOKEN (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischreiber authored Feb 2, 2024
1 parent 4669412 commit 839b046
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
Localize:
runs-on: ubuntu-latest
environment: localization
permissions:
actions: read
contents: read
deployments: read
packages: read
pull-requests: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 839b046

Please sign in to comment.