feat: add step to upload config.json as artifact in deployment workflow

This commit is contained in:
averel10
2025-11-12 17:46:09 +01:00
parent d272e782e6
commit d18e48bbc4

View File

@@ -34,6 +34,12 @@ jobs:
API_URL: ${{ vars.API_URL }} API_URL: ${{ vars.API_URL }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
- name: Push config.json to artifact
uses: actions/upload-artifact@v5
with:
name: contract-config
path: config.json
- name: Commit deployed contract address - name: Commit deployed contract address
run: | run: |
git config --global user.name "github-actions[bot]" git config --global user.name "github-actions[bot]"