Skip to content

Commit 9065a37

Browse files
committed
x
1 parent 4b97ec5 commit 9065a37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Build VS Code extension package
2525
run: npm run package
2626

27+
- name: Run some command that requires GitHub token
28+
run: |
29+
echo "Using GitHub Token: $GITHUB_TOKEN"
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
2733
- name: Create GitHub release
2834
id: create_release
2935
uses: actions/create-release@v1

0 commit comments

Comments
 (0)