-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: feedback and dismissable alert decorators
- Loading branch information
Showing
30 changed files
with
739 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
name: Continuous Deployment (commands) | ||
|
||
# todo: move this to a kube pre-deploy step | ||
on: | ||
push: | ||
branches: [main] | ||
paths: | ||
- 'commands.lock.json' | ||
- '.github/workflows/cd_commands.yml' | ||
workflow_dispatch: | ||
# push: | ||
# branches: [main] | ||
# paths: | ||
# - 'commands.lock.json' | ||
# - '.github/workflows/cd_commands.yml' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy Updated Global Commands | ||
runs-on: ubuntu-latest | ||
deploy: | ||
name: Deploy Updated Global Commands | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: PUT Global Commands | ||
run: | | ||
curl -X PUT https://discord.com/api/v10/applications/${{ secrets.DISCORD_APPLICATION_ID }}/commands \ | ||
-H "Authorization: Bot ${{ secrets.DISCORD_TOKEN }}" \ | ||
-H "Content-Type: application/json" \ | ||
-d @./commands.lock.json | jq | ||
- name: PUT Global Commands | ||
run: | | ||
curl -X PUT https://discord.com/api/v10/applications/${{ secrets.DISCORD_APPLICATION_ID }}/commands \ | ||
-H "Authorization: Bot ${{ secrets.DISCORD_TOKEN }}" \ | ||
-H "Content-Type: application/json" \ | ||
-d @./commands.lock.json | jq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.