mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
fix: add GITHUB_TOKEN environment variable for frontend deployment trigger
This commit is contained in:
6
.github/workflows/deploy_backend.yml
vendored
6
.github/workflows/deploy_backend.yml
vendored
@@ -41,3 +41,9 @@ jobs:
|
|||||||
git push
|
git push
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Trigger frontend deployment
|
||||||
|
run: |
|
||||||
|
gh workflow run deploy_frontend.yml -r main
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user