We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c557a commit 094d367Copy full SHA for 094d367
.github/workflows/push.yaml
@@ -15,7 +15,7 @@ jobs:
15
name: Push Operator
16
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
17
# uses: stakater/.github/.github/workflows/operator_push.yaml@main
18
- uses: ./base_push.yaml
+ uses: ./base_push.yaml@mail
19
secrets:
20
ADMIN_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
0 commit comments