Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 13, 2024
1 parent 6dd2910 commit 6e38d48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
concurrency:
group: php-sdk-check
steps:
- name: Check if secret exists
run: |
if [ -z "${{ secrets.SHIPPO_TOKEN }}" ]; then
echo "SHIPPO_TOKEN does not exist"
exit 1
else
echo "SHIPPO_TOKEN exists"
fi
- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 6e38d48

Please sign in to comment.