We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c195995 + 305cf16 commit 9cb051aCopy full SHA for 9cb051a
1 file changed
.github/workflows/publish.yml
@@ -18,6 +18,13 @@ jobs:
18
build:
19
runs-on: ubuntu-latest
20
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
28
- name: Collect Workflow Telemetry
29
uses: catchpoint/workflow-telemetry-action@v2
30
0 commit comments