Skip to content

Commit

Permalink
(chore) Fix actions permissions in tx-pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Feb 21, 2024
1 parent f2bb881 commit 6b9dbae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tx-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

runs-on: ubuntu-latest
permissions:
actions: write
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Push source file using transifex client
Expand Down

0 comments on commit 6b9dbae

Please sign in to comment.