Skip to content

Commit

Permalink
Uncomment storing the contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Gasior committed May 16, 2024
1 parent 1c2d123 commit c88625c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/store-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,18 @@ jobs:
- name: Print out files
run: |
find artifacts
mkdir tmp-artifacts-to-upload
cp artifacts/router_contract.json tmp-artifacts-to-upload/azero_router.json
#- name: Store artifact in S3 bucket
# uses: Cardinal-Cryptography/github-actions/store-contract-artifact@v6
# with:
# aws-access-key-id: ${{ secrets.CONTRACTS_CMN_ARTIFACTS_RW_AWS_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ secrets.CONTRACTS_CMN_ARTIFACTS_RW_AWS_SECRET_ACCESS_KEY }}
# aws-region: ${{ secrets.CONTRACTS_S3BUCKET_REGION }}
# s3-bucket: ${{ secrets.CONTRACTS_S3BUCKET_NAME }}
# project: common
# version: ${{ github.sha }}
# contract: azero_router
# src-artifact: artifacts/router
# if-exist: overwrite
- name: Store artifact in S3 bucket
uses: Cardinal-Cryptography/github-actions/store-contract-artifact@v6
with:
aws-access-key-id: ${{ secrets.CONTRACTS_CMN_ARTIFACTS_RW_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.CONTRACTS_CMN_ARTIFACTS_RW_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.CONTRACTS_S3BUCKET_REGION }}
s3-bucket: ${{ secrets.CONTRACTS_S3BUCKET_NAME }}
project: common
version: ${{ github.sha }}
contract: azero_router
src-artifact: tmp-artifacts-to-upload/azero_router.json
if-exist: overwrite

0 comments on commit c88625c

Please sign in to comment.