mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
[CI] Minimal GitHub Actions permissions (#7165)
* add permission block * add permissions block * add permission block * add permissions block * switch order
This commit is contained in:
parent
da924c2bd6
commit
63a970045a
5 changed files with 15 additions and 1 deletions
4
.github/workflows/translations-pull.yml
vendored
4
.github/workflows/translations-pull.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: Update Translations
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue