Merge pull request #10 from rcwbr/9-cache-misses-on-matching-builds #22
Workflow file for this run
This file contains 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: Push workflow | |
on: push | |
jobs: | |
devcontainer-cache-build: | |
uses: ./.github/workflows/devcontainer-cache-build.yaml | |
permissions: | |
packages: write | |
release-it-workflow: | |
uses: rcwbr/release-it-gh-workflow/.github/workflows/[email protected] | |
with: | |
app-id: 1050758 # devcntr-cache-build-ci-release-it release-it app | |
app-environment: Repo release | |
secrets: | |
app-secret: ${{ secrets.RELEASE_IT_GITHUB_APP_KEY }} # Secret belonging to the Repo release environment |