Skip to content

Commit 3611c01

Browse files
authored
chore(ci): Add debug workflow
1 parent ae19698 commit 3611c01

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/debug.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Print WINGET_TOKEN
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
debug-token:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Echo WINGET_TOKEN
11+
run: echo "WINGET_TOKEN=$WINGET_TOKEN"
12+
env:
13+
WINGET_TOKEN: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)