Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #14

Closed
wants to merge 8 commits into from
17 changes: 7 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Make release

env:
PROJECT_NAME: inclusive_dance_bot
PROJECT_TITLE: Inclusive Dance Bot
GOTIFY_HOST: ${{ secrets.GOTIFY_HOST }}
GOTIFY_APP_TOKEN: ${{ secrets.GOTIFY_APP_TOKEN }}
GOTIFY_TITLE: Inclusive Dance Bot
GOTIFY_MESSAGE: Checked repo ${{ github.REF_NAME }}
GOTIFY_EVENT_NAME: ${{ github.EVENT_NAME }}
GOTIFY_REPOSITORY_URL: ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
GOTIFY_ACTION_URL: ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}/actions/runs/${{ github.RUN_ID }}

on:
workflow_dispatch:
Expand Down Expand Up @@ -46,15 +52,6 @@ jobs:
name: Notify successful CI
needs: build_and_push
runs-on: ubuntu-22.04
env:
GOTIFY_HOST: ${{ secrets.GOTIFY_HOST }}
GOTIFY_APP_TOKEN: ${{ secrets.GOTIFY_APP_TOKEN }}
GOTIFY_TITLE: Inclusive Dance Bot
GOTIFY_MESSAGE: New version was released!
GOTIFY_EVENT_NAME: ${{ github.EVENT_NAME }}
GOTIFY_REPOSITORY_URL: ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}
GOTIFY_ACTION_URL: ${{ github.SERVER_URL }}/${{ github.REPOSITORY }}/actions/runs/${{ github.RUN_ID }}

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
Loading