mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: better way to auto-deploy to beta bot
This commit is contained in:
parent
318b9b5b66
commit
d2f29bbb51
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -27,4 +27,8 @@ jobs:
|
||||||
ghcr.io/xske/pluralkit:latest
|
ghcr.io/xske/pluralkit:latest
|
||||||
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
- run: "curl https://api-beta.pluralkit.me/v1/update -H 'Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}'"
|
- name: "Update Beta Bot"
|
||||||
|
uses: fjogeleit/http-request-action@master
|
||||||
|
with:
|
||||||
|
url: https://api-beta.pluralkit.me/v1/update
|
||||||
|
bearerToken: ${{ secrets.WATCHTOWER_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue