Skip to content

Commit 9cb051a

Browse files
authored
Update publish.yml (#295)
2 parents c195995 + 305cf16 commit 9cb051a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Debug Secret Presence
22+
run: |
23+
if [ -z "${{ secrets.SLNE_SNAPSHOTS_REPO_USERNAME }}" ]; then
24+
echo "Secret NOT available"
25+
else
26+
echo "Secret is available"
27+
fi
2128
- name: Collect Workflow Telemetry
2229
uses: catchpoint/workflow-telemetry-action@v2
2330

0 commit comments

Comments
 (0)