mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 10:58: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 commit -m "Update deployed contract address" || echo "No changes to commit"
|
||||
git push
|
||||
env:
|
||||
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