File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ name: bump-golang-previous
4
4
on :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : ' 0 21 * * 6'
7
+ - cron : ' 0 4 * * 1- 6'
8
8
9
9
permissions :
10
10
contents : read
11
11
12
+ env :
13
+ JOB_URL : " ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
14
+
12
15
jobs :
13
16
bump :
14
17
runs-on : ubuntu-latest
23
26
vaultUrl : ${{ secrets.VAULT_ADDR }}
24
27
vaultRoleId : ${{ secrets.VAULT_ROLE_ID }}
25
28
vaultSecretId : ${{ secrets.VAULT_SECRET_ID }}
29
+ notifySlackChannel : " #ingest-notifications"
30
+ messageIfFailure : " :traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @agent-team please look what's going on <${{ env.JOB_URL }}|here>"
Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ name: bump-golang-main
4
4
on :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : ' 0 20 * * 6'
7
+ - cron : ' 0 3 * * 1- 6'
8
8
9
9
permissions :
10
10
contents : read
11
11
12
+ env :
13
+ JOB_URL : " ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
14
+
12
15
jobs :
13
16
bump :
14
17
runs-on : ubuntu-latest
22
25
vaultUrl : ${{ secrets.VAULT_ADDR }}
23
26
vaultRoleId : ${{ secrets.VAULT_ROLE_ID }}
24
27
vaultSecretId : ${{ secrets.VAULT_SECRET_ID }}
28
+ notifySlackChannel : " #ingest-notifications"
29
+ messageIfFailure : " :traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @agent-team please look what's going on <${{ env.JOB_URL }}|here>"
You can’t perform that action at this time.
0 commit comments