github token?
This commit is contained in:
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
@@ -35,6 +35,8 @@ jobs:
|
|||||||
- name: Compile (For linux)
|
- name: Compile (For linux)
|
||||||
id: build_package
|
id: build_package
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: ${{ inputs.upload_artifact }}
|
if: ${{ inputs.upload_artifact }}
|
||||||
|
Reference in New Issue
Block a user