Skip to content

remove main branch, add test branch #1

remove main branch, add test branch

remove main branch, add test branch #1

Workflow file for this run

name: Build and Push
on:
push:
branches:
- master
- chore/build-and-push-gha # temporary branch for testing
jobs:
build-and-push:

Check failure on line 10 in .github/workflows/build-and-push.yaml

View workflow run for this annotation

GitHub Actions / Build and Push

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-push.yaml (Line: 10, Col: 3): Error calling workflow 'mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main'. The nested job 'build-and-push' is requesting 'packages: write', but is only allowed 'packages: none'.
secrets: inherit
permissions:
contents: read
id-token: write
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
with:
image_name: phabricator
gar_name: phabricator-prod
project_id: moz-fx-phabricator-prod
prebuild_script: true
image_tag_metadata: ${{ github.sha }}