ci: fix docs deploy on release
This commit is contained in:
parent
8763111ab7
commit
d177e1a40d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
echo "ref.mtcute.dev" > docs/CNAME
|
||||
- name: Deploy
|
||||
# do not run on forks and releases
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.actor == 'mtcute-bot'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.actor == 'desu-bot'
|
||||
uses: https://github.com/cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue