Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Nov 21, 2024
2 parents 5df28e4 + 05ed22a commit 7299870
Showing 1 changed file with 14 additions and 26 deletions.
40 changes: 14 additions & 26 deletions .github/workflows/release-please-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x" # You might need to adjust this value to your own version
node-version: "18.x" # You might need to adjust this value to your own version
- name: Build
id: build
run: |
Expand Down Expand Up @@ -109,29 +109,17 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Calendarium
webhook-urls: https://discord.com/api/webhooks/1087082443133161533/lFC1g_L1NqWfsYQub3wE4FQY-HTyESZAAlVz8fXFbT9LVPxCX4AbC8fLtF1l5HBo1g5L
webhook-urls: ${{ secrets.OBSIDIAN_WEBHOOK }}
beta: true
notify-ttrpg:
runs-on: ubuntu-latest
needs: upload-build
steps:
- name: Webhook
uses: javalent/workflows/actions/discord-embed@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Calendarium
webhook-urls: ${{ secrets.TTRPG_WEBHOOK }}
beta: true
# notify-obsidian:
# runs-on: ubuntu-latest
# needs: upload-build
# steps:
# - name: Webhook
# uses: javalent/workflows/actions/discord-embed@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# name: Calendarium
# webhook-urls: ${{ secrets.OBSIDIAN_WEBHOOK }}
# beta: true
# notify-ttrpg:
# runs-on: ubuntu-latest
# needs: upload-build
# steps:
# - name: Webhook
# uses: javalent/workflows/actions/discord-embed@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# name: Calendarium
# webhook-urls: ${{ secrets.TTRPG_WEBHOOK }}
# beta: true

0 comments on commit 7299870

Please sign in to comment.