Skip to content

Commit

Permalink
Update update-translations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 21, 2024
1 parent e920eb0 commit 7ccb9db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
paths:
- "src/main/resources/messages_en_GB.properties"

permissions:
contents: write
pull-requests: write
permissions: read-all

jobs:
update-translations-main:
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down

0 comments on commit 7ccb9db

Please sign in to comment.