Skip to content

Commit

Permalink
Merge pull request #13 from andy-takker/feature/release-workflow
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
andy-takker authored Dec 10, 2023
2 parents 5d29191 + 0d13884 commit b0e6927
Showing 1 changed file with 7 additions and 10 deletions.
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

0 comments on commit b0e6927

Please sign in to comment.