Skip to content

Commit 3372e04

Browse files
committed
test tokens
1 parent 25ed126 commit 3372e04

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pr-preview.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
types: [created]
66

77
jobs:
8+
debug-secrets:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check if secrets are available
12+
run: |
13+
if [ -z "$TOKEN" ]; then echo "GH_READ_ORG_TOKEN is empty"; else echo "GH_READ_ORG_TOKEN is set"; fi
14+
env:
15+
TOKEN: ${{ secrets.GH_READ_ORG_TOKEN }}
16+
817
check-permissions:
918
uses: patternfly/.github/.github/workflows/check-team-membership.yml@main
1019
secrets: inherit

0 commit comments

Comments
 (0)