mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
remove permissions from nested workflow
This commit is contained in:
parent
86b0b6761d
commit
084ad4228b
1 changed files with 0 additions and 3 deletions
3
.github/workflows/partial-builder.yml
vendored
3
.github/workflows/partial-builder.yml
vendored
|
@ -15,9 +15,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue