From 0acdea649eb05e782b80e34fcd7c4b1c7dde3a54 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 10 Jun 2024 14:07:05 -0700 Subject: [PATCH] asdfasdfg --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8550d1f..0ecf3fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,9 +27,9 @@ jobs: uses: actions/checkout@main - name: can we even see the secrets? + with: S: $ {{ secrets.GAR_SECRET_KEY }} run: | echo "can we access the secrets..." - S=$ {{ secrets.GAR_SECRET_KEY }} if [ -z ${S} ]; then echo "nope!"; else echo "yep!"; fi - name: Build the image and push to artifact registry if not a pull request