Skip to content

Commit

Permalink
Merge pull request #7 from shaneknapp/more-testing-perms-denied
Browse files Browse the repository at this point in the history
asdfasdfg
  • Loading branch information
shaneknapp authored Jun 10, 2024
2 parents 655e171 + 0acdea6 commit 2aca987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aca987

Please sign in to comment.