mirror of
https://github.com/correl/mage.git
synced 2024-11-14 03:00:10 +00:00
Mtg Fetch bot: explicit permissions (#9242)
This commit is contained in:
parent
5e7f145e3d
commit
1e01efd49d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/mtg-fetch-cards.yml
vendored
3
.github/workflows/mtg-fetch-cards.yml
vendored
|
@ -16,5 +16,8 @@ jobs:
|
|||
fetch-card-references:
|
||||
name: Fetch MTG Card
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: ldeluigi/mtg-fetch-action@v1
|
||||
|
|
Loading…
Reference in a new issue