Bug 1987196 - remove server side uplift request assessment form valid… #11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Push | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| build-and-push: | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| id-token: write | |
| packages: write | |
| uses: mozilla-it/deploy-actions/.github/workflows/[email protected] | |
| with: | |
| image_name: phabricator | |
| gar_name: phabricator-prod | |
| project_id: moz-fx-phabricator-prod |