Skip to content

Commit 146f2e7

Browse files
committed
Add token
1 parent cb5f021 commit 146f2e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: npm build
2020
- name: "Release Extension"
2121
uses: actions/upload-release-asset@v1
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2224
with:
2325
upload_url: ${{ github.event.release.upload_url }}
2426
asset_path: ./artifacts/phpactor.vsix

0 commit comments

Comments
 (0)