Skip to content

Commit

Permalink
Create job for publishing module
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou committed Nov 20, 2024
1 parent e0ab4e2 commit 4497aae
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/testnet_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish Check

on:
push:
branches:
- master

jobs:
testnet-autodeploy:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Check and Publish
uses: jillxuu/aptos-testnet-deploy@master
with:
package_dir: intent-framework
check_address: "0x9754f2024c3cc3d1a13d2c5e3c79fccc4b50a4cfc93265f0665e2b24d701059f"
named_addresses: module_addr=0x9754f2024c3cc3d1a13d2c5e3c79fccc4b50a4cfc93265f0665e2b24d701059f
private_key: ${{ secrets.PRIVATE_KEY }}
upgrade_allowed: true

0 comments on commit 4497aae

Please sign in to comment.