Skip to content

Commit

Permalink
ci(action): auto-bump daily and change slack notification channel (#3157
Browse files Browse the repository at this point in the history
)
  • Loading branch information
v1v authored Dec 14, 2023
1 parent abae1be commit 4d54af4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ name: bump-golang
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 6'
- cron: '0 20 * * 1-6'

permissions:
contents: read

env:
JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

jobs:
bump:
runs-on: ubuntu-latest
Expand All @@ -22,3 +25,5 @@ jobs:
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: ./.ci/bump-golang.yml
notifySlackChannel: "#ingest-notifications"
messageIfFailure: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@fleet_team` please look what's going on <${{ env.JOB_URL }}|here>"

0 comments on commit 4d54af4

Please sign in to comment.