1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00

fix: Give update-image-tags job write permissions to the repo, for auto doco updater (#3138)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions

This commit is contained in:
boc-the-git 2024-02-10 14:49:26 +11:00 committed by GitHub
parent d73817adad
commit 42a33cd993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,8 @@ jobs:
needs:
- build-release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout 🛎
uses: actions/checkout@v4