Merge pull request #1891 from Rocket-Quack/fix/workflow-update-env-permissions

fix(workflows): allow stable env update push
This commit is contained in:
RocketQuack 2026-04-24 17:54:23 +02:00 committed by GitHub
commit 4b8d6a94cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,6 @@ jobs:
delegate:
uses: ./.github/workflows/core-build-stable.yml
permissions:
contents: read
contents: write
packages: write
secrets: inherit

View file

@ -89,6 +89,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
needs: v16_publish
permissions:
contents: write
steps:
- name: Checkout