mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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:
|
fetch-card-references:
|
||||||
name: Fetch MTG Card
|
name: Fetch MTG Card
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: ldeluigi/mtg-fetch-action@v1
|
- uses: ldeluigi/mtg-fetch-action@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue