mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #1891 from Rocket-Quack/fix/workflow-update-env-permissions
fix(workflows): allow stable env update push
This commit is contained in:
commit
4b8d6a94cd
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