github.com/waldiirawan/apm-agent-go/v2@v2.2.2/.github/workflows/update-specs.yml (about) 1 name: update-specs 2 3 on: 4 workflow_dispatch: ~ 5 schedule: 6 - cron: '0 6 * * *' 7 8 permissions: 9 contents: read 10 11 jobs: 12 bump: 13 runs-on: ubuntu-latest 14 steps: 15 - uses: actions/checkout@v3 16 - uses: elastic/apm-pipeline-library/.github/actions/updatecli@current 17 env: 18 BRANCH_NAME: ${{ github.ref_name }} 19 with: 20 vaultUrl: ${{ secrets.VAULT_ADDR }} 21 vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} 22 vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} 23 pipeline: ./.ci/update-specs.yml 24 - if: failure() 25 uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current 26 with: 27 vaultUrl: ${{ secrets.VAULT_ADDR }} 28 vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} 29 vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} 30 slackChannel: "#apm-agent-go"