Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Security: Fix Workflow Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ritik-deriv authored May 3, 2024
1 parent 90dff9e commit c4e01b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/translation_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Crowdin Action
on:
workflow_dispatch:

permissions: write-all

jobs:
crowdin:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
environment: Production
steps:
Expand Down

0 comments on commit c4e01b8

Please sign in to comment.