We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3c3fe commit bc5e0cbCopy full SHA for bc5e0cb
.github/workflows/publish_x402_matrix.yml
@@ -23,7 +23,7 @@ on:
23
24
jobs:
25
publish-x402-package:
26
- runs-on: self-hosted
+ runs-on: ubuntu-latest
27
# Only use the npm environment on main branch
28
environment: ${{ github.ref == 'refs/heads/main' && 'npm' || '' }}
29
permissions:
0 commit comments