Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create job for publishing module #3

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/testnet_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Check

on:
push:
branches:
- master
workflow_dispatch:

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