Skip to content

Commit 8906af8

Browse files
committed
Testing release
1 parent 8496462 commit 8906af8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
# - ci
2323

2424
steps:
25+
- name: Test
26+
env:
27+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28+
run: echo $GH_TOKEN
2529
- name: Checkout
2630
uses: actions/checkout@v4
2731
with:

0 commit comments

Comments
 (0)