Skip to content

Commit

Permalink
Update release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Natalenko committed Dec 10, 2023
1 parent a462fd2 commit 3b42062
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Make release

env:
PROJECT_NAME: 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 @@ -58,3 +51,12 @@ jobs:

- name: Send notify
run: python ./gotify.py
env:
GOTIFY_HOST: ${{ secrets.GOTIFY_HOST }}
GOTIFY_APP_TOKEN: ${{ secrets.GOTIFY_APP_TOKEN }}
GOTIFY_TITLE: Inclusive Dance Bot
GOTIFY_MESSAGE: Released new version
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 }}

0 comments on commit 3b42062

Please sign in to comment.