We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5f021 commit 146f2e7Copy full SHA for 146f2e7
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
- run: npm build
20
- name: "Release Extension"
21
uses: actions/upload-release-asset@v1
22
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
with:
25
upload_url: ${{ github.event.release.upload_url }}
26
asset_path: ./artifacts/phpactor.vsix
0 commit comments