Test new version wf
This commit is contained in:
parent
815d5f10e3
commit
587fb13787
3
.github/workflows/get-versions-from-gh.yaml
vendored
3
.github/workflows/get-versions-from-gh.yaml
vendored
@ -28,10 +28,11 @@ jobs:
|
|||||||
app-id: ${{ vars.APP_ID }}
|
app-id: ${{ vars.APP_ID }}
|
||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Crawl from newreleases.io
|
- name: Crawl from Github API
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
chmod +x scripts/get-gh-release.sh
|
||||||
scripts/get-gh-release.sh
|
scripts/get-gh-release.sh
|
||||||
|
|
||||||
- name: Commit JSON
|
- name: Commit JSON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user