Skip to content

Commit

Permalink
my life...
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 10, 2024
1 parent 2aca987 commit b51943a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
uses: actions/checkout@main

- name: can we even see the secrets?
with: S: $ {{ secrets.GAR_SECRET_KEY }}
with:
S: $ {{ secrets.GAR_SECRET_KEY }}
run: |
echo "can we access the secrets..."
if [ -z ${S} ]; then echo "nope!"; else echo "yep!"; fi
Expand Down

0 comments on commit b51943a

Please sign in to comment.