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 d49a5cd commit caff06aCopy full SHA for caff06a
.github/workflows/deploy-mcp-on-merge.yml
@@ -9,4 +9,7 @@ jobs:
9
deploy:
10
name: Deploy MCP Server
11
uses: ./.github/workflows/deploy-mcp-server.yml
12
- secrets: inherit # Pass down secrets like CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID
+ # Pass secrets explicitly to the called workflow's 'secrets' input
13
+ secrets:
14
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
15
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments