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

Commit

Permalink
Merge pull request #325 from ritik-deriv/fix/gh-actions/permissions
Browse files Browse the repository at this point in the history
Security: Fix Workflow Permissions
  • Loading branch information
sandeep-deriv authored May 3, 2024
2 parents 90dff9e + c4e01b8 commit 6571f72
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 6571f72

Please sign in to comment.