fix(workflows): allow stable env update push

This commit is contained in:
RocketQuack 2026-04-24 17:29:39 +02:00
parent 50e0ad5d3f
commit 71399ec0f3
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