Bump slateci/github-actions from 16 to 17 (#137) #102
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Incubator Release | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
helm-repo: | |
name: Helm Repo | |
uses: slateci/github-actions/.github/workflows/chart-repo-release.yml@v17 | |
secrets: | |
gh_token: "${{ secrets.GITHUB_TOKEN }}" | |
notifications: | |
runs-on: ubuntu-20.04 | |
needs: | |
- helm-repo | |
if: ${{ always() && (needs.helm-repo.result == 'failure') }} | |
steps: | |
- name: Notify Slack of Failure | |
uses: slateci/github-actions/.github/actions/slack-notify-failure@v17 | |
with: | |
slack_bot_token: '${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}' |