We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8496462 commit 8906af8Copy full SHA for 8906af8
1 file changed
.github/workflows/release.yaml
@@ -22,6 +22,10 @@ jobs:
22
# - ci
23
24
steps:
25
+ - name: Test
26
+ env:
27
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
28
+ run: echo $GH_TOKEN
29
- name: Checkout
30
uses: actions/checkout@v4
31
with:
0 commit comments