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 cf32899 commit 95d48e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
version:
required: false
type: string
secrets: ${{ toJson(secrets) }}
secrets:
env_vars:
required: false


jobs:
Expand Down

0 comments on commit 95d48e2

Please sign in to comment.