mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 07:05:08 +00:00
fix(workflows): allow stable env update push
This commit is contained in:
parent
50e0ad5d3f
commit
71399ec0f3
2 changed files with 3 additions and 1 deletions
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
|
|
@ -7,6 +7,6 @@ jobs:
|
|||
delegate:
|
||||
uses: ./.github/workflows/core-build-stable.yml
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
packages: write
|
||||
secrets: inherit
|
||||
|
|
|
|||
2
.github/workflows/core-build-stable.yml
vendored
2
.github/workflows/core-build-stable.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue