diff --git a/.github/workflows/mtg-fetch-cards.yml b/.github/workflows/mtg-fetch-cards.yml index 8417b62cda..b7c34ca9c7 100644 --- a/.github/workflows/mtg-fetch-cards.yml +++ b/.github/workflows/mtg-fetch-cards.yml @@ -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