Skip to content

Commit c8b333f

Browse files
committed
fix: secrets between workflows
Signed-off-by: Sam Gammon <[email protected]>
1 parent 6d90765 commit c8b333f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@
7272
"documentationUrl": "https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids"
7373
}
7474
},
75-
"forwardPorts": [
76-
5173,
77-
8888
78-
],
75+
"forwardPorts": [5173, 8888],
7976
"portsAttributes": {
8077
"5173": {
8178
"label": "Vite Dev",

.github/workflows/on.push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
deploy:
1717
name: "Deploy"
1818
uses: ./.github/workflows/ci.deploy.yml
19-
with:
20-
secrets: inherit
19+
secrets: inherit

0 commit comments

Comments
 (0)