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
@@ -39,5 +39,11 @@ jobs:
|
|||||||
git add config.json
|
git add config.json
|
||||||
git commit -m "Update deployed contract address" || echo "No changes to commit"
|
git commit -m "Update deployed contract address" || echo "No changes to commit"
|
||||||
git push
|
git push
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Trigger frontend deployment
|
||||||
|
run: |
|
||||||
|
gh workflow run deploy_frontend.yml -r main
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user