File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 entrypoint : publish-release-notes-to-github
2828 env :
29- RELEASE_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29+ RELEASE_TOKEN : ${{ secrets.RELEASE_TOKEN }}
3030# - name: Zulip
3131# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
3232# with:
Original file line number Diff line number Diff line change 2727 GIT_USER_EMAIL : " red@contact.red"
2828 env :
2929 API_CREDENTIALS : ${{ secrets.GITHUB_TOKEN }}
30-
30+ # - name: Send alert on failure
31+ # if: ${{ failure() }}
32+ # uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
33+ # with:
34+ # api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
35+ # email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
36+ # organization-url: 'https://ponylang.zulipchat.com/'
37+ # to: notifications
38+ # type: stream
39+ # topic: ${{ github.repository }} scheduled job failure
40+ # content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.
Original file line number Diff line number Diff line change 11## Workflow Updates for Releases
22
33Many many release iterations to get the changelog-bot rotating appropriately.
4+ ## Added Static Builds by Github Workflows
5+
6+ Github workflows now generate a static binary which should be usable on any Linux distribution.
47
You can’t perform that action at this time.
0 commit comments