Skip to content

Commit 87b7112

Browse files
committed
testing vars
1 parent 4688236 commit 87b7112

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
image: ${{ inputs.runtime_docker_image }}
5959
run: |
6060
make install
61+
echo "These are env vars"
62+
echo "VAR1 is $VAR1"
63+
echo "VAR2 is $VAR2"
64+
env:
65+
VAR1: value1
66+
VAR2: value2
6167
- name: Run secrets scan
6268
uses: anthony-nhs/docker-run-action-fork@80b8bf1eaca8275e1c2b848cf7ea5fabb2443d78
6369
with:

0 commit comments

Comments
 (0)