Skip to content

Commit

Permalink
Fix update node workflow (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Feb 12, 2025
1 parent b7c2115 commit 7d21943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:

jobs:
build:
uses: wasilibs/actions/.github/workflows/ci.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
uses: wasilibs/actions/.github/workflows/ci.yaml@d544cfa1f0efe329ff95b2be38dc9ebbd08b6b83
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
release:
uses: wasilibs/actions/.github/workflows/release.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
uses: wasilibs/actions/.github/workflows/release.yaml@d544cfa1f0efe329ff95b2be38dc9ebbd08b6b83
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
uses: wasilibs/actions/.github/workflows/update-node.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
uses: wasilibs/actions/.github/workflows/update-node.yaml@d544cfa1f0efe329ff95b2be38dc9ebbd08b6b83
with:
packages: "@connectrpc/protoc-gen-connect-query"
secrets: inherit

0 comments on commit 7d21943

Please sign in to comment.