diff --git a/.github/workflows/build_cloud.yaml b/.github/workflows/build_cloud.yaml index 432234a5..040ee28a 100644 --- a/.github/workflows/build_cloud.yaml +++ b/.github/workflows/build_cloud.yaml @@ -3,8 +3,10 @@ on: push: branches: - standard +permissions: + contents: write jobs: - build_cloud: + productionPromotion: runs-on: ubuntu-latest steps: - name: Checkout repository