Skip to content

Commit 2285abc

Browse files
committed
debug: need secrets?
1 parent c489d46 commit 2285abc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ permissions:
1010
jobs:
1111
build:
1212
uses: ./.github/workflows/build.yml
13-
secrets: inherit
1413
with:
1514
environment: dev
1615
version: ${{ github.sha }}
1716

1817
get:
1918
needs: build
2019
uses: ./.github/workflows/get_build.yml
21-
secrets: inherit
2220
with:
2321
environment: dev
2422
version: ${{ github.sha }}

0 commit comments

Comments
 (0)