Thanks to visit codestin.com Credit goes to github.com
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 2478012 commit c16b938Copy full SHA for c16b938
.github/workflows/release.yaml
@@ -333,3 +333,11 @@ jobs:
333
# For gh CLI. We need a real token since we're commenting on a PR in a
334
# different repo.
335
GH_TOKEN: ${{ secrets.CDRCI_GITHUB_TOKEN }}
336
+
337
+ - name: Start Packer builds
338
+ uses: peter-evans/repository-dispatch@v2
339
+ with:
340
+ token: ${{ secrets.CDRCI_GITHUB_TOKEN }}
341
+ repository: coder/packages
342
+ event-type: coder-release
343
+ client-payload: '{"coder_version": "${{ needs.release.outputs.version }}"}'
0 commit comments