Skip to content

Commit

Permalink
Merge branch 'main' into viraj124/346-fix-ci-linting-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 authored Oct 25, 2024
2 parents 43e16a2 + 9399453 commit 3f60114
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-hornets-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@fuel-bridge/solidity-contracts': patch
---

fix grant role event log generation ci
4 changes: 2 additions & 2 deletions .github/workflows/manual-query-grant-role-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string

jobs:
verify-upgrade:
generate-grant-role-logs:
runs-on: ubuntu-latest
env:
RPC_URL: ${{ github.event.inputs.rpc }}
Expand All @@ -32,5 +32,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: event-query-payload
path: grantedRoles.json
path: ./packages/solidity-contracts/grantedRoles.json
retention-days: 90

0 comments on commit 3f60114

Please sign in to comment.