Skip to content

Commit d8b446f

Browse files
authored
ci(action): auto-bump daily and change slack notification channel (#3886)
1 parent 4b404b1 commit d8b446f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/bump-golang.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ name: bump-golang
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: "0 20 * * 6"
7+
- cron: "0 20 * * 1-6"
88

99
permissions:
1010
contents: read
1111

12+
env:
13+
JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
14+
1215
jobs:
1316
bump:
1417
runs-on: ubuntu-latest
@@ -21,3 +24,5 @@ jobs:
2124
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
2225
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
2326
pipeline: ./.github/updatecli-bump-golang.yml
27+
notifySlackChannel: "#ingest-notifications"
28+
messageIfFailure: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@agent-team` please look what's going on <${{ env.JOB_URL }}|here>"

0 commit comments

Comments
 (0)