Skip to content

Commit

Permalink
Update bump-golang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 8, 2023
1 parent bee6ad4 commit 364ef93
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 }}`, `@update-me-with-the-slack-team-to-be-poked` please look what's going on <${{ env.JOB_URL }}|here>"

0 comments on commit 364ef93

Please sign in to comment.