Skip to content

Commit

Permalink
testing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
M3GH4NN committed Mar 15, 2024
1 parent 95d48e2 commit 1b4f4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ on:
version:
required: false
type: string
secrets:
env_vars:
required: false



jobs:
Expand Down Expand Up @@ -50,7 +48,7 @@ jobs:
uses: M3GH4NN/central-artifacts/.github/workflows/test-action.yml@credentials
with:
setup-vault: ${{ inputs.setup-vault }}
secrets: ${{ toJson(secrets) }}
secrets: inherit

docs:
name: Docs
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
required: false
type: boolean
default: false
secrets:
env_vars:
required: true

jobs:
Linux:
Expand Down

0 comments on commit 1b4f4bb

Please sign in to comment.