1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

Remove permissions block, so it doesn't override what is inherited from parent workflow

This commit is contained in:
boc-the-git 2024-02-14 19:58:21 +11:00 committed by GitHub
parent 1a2ff9540f
commit 2b5372f693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,6 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4