Skip to content

Commit

Permalink
Merge pull request #346 from storyprotocol/origin/dev-polania/workflo…
Browse files Browse the repository at this point in the history
…ws-test

Origin/dev polania/workflows test
  • Loading branch information
bpolania authored Dec 6, 2024
2 parents 8bdcfc7 + bf15248 commit 6fa6a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- origin/dev-bpolania/workflows

pull_request:
branches:
origin/dev-bpolania/workflows

jobs:
Timestamp_PR_CREATED:
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
Expand All @@ -16,7 +20,7 @@ jobs:
needs: [Timestamp_PR_APPROVED]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.sha }}
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
Expand Down
1 change: 1 addition & 0 deletions test_file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
- This is a change
- This is a change
- This is a change
- This is a change

0 comments on commit 6fa6a97

Please sign in to comment.