We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca302b commit 634b435Copy full SHA for 634b435
.github/workflows/build.yml
@@ -152,3 +152,11 @@ jobs:
152
TAGS: ${{ steps.push.outputs.digest }}
153
COSIGN_EXPERIMENTAL: false
154
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
155
+
156
+ - name: Kickoff snowfield
157
+ if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
158
+ uses: peter-evans/repository-dispatch@v4
159
+ with:
160
+ token: ${{ secrets.PAT }}
161
+ repository: frostyard/snowfield
162
+ event-type: build
0 commit comments