Skip to content

Commit 839b046

Browse files
authored
Adding permissions for loc pipeline to use GITHUB_TOKEN (#1962)
1 parent 4669412 commit 839b046

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/localize.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
Localize:
1717
runs-on: ubuntu-latest
1818
environment: localization
19+
permissions:
20+
actions: read
21+
contents: read
22+
deployments: read
23+
packages: read
24+
pull-requests: write
1925

2026
steps:
2127
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)