Skip to content

Commit e4a9016

Browse files
authored
ci: add shell specification for token check step
1 parent 3b73dc3 commit e4a9016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
# Verify for existing token secret set
2929
- name: Check for valid Personal Access Token
30+
shell: bash
3031
env:
3132
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
3233
run: |

0 commit comments

Comments
 (0)