mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update prerelease.yml
This commit is contained in:
parent
ec80d3d96d
commit
43710454ad
1 changed files with 7 additions and 7 deletions
14
.github/workflows/prerelease.yml
vendored
14
.github/workflows/prerelease.yml
vendored
|
@ -16,13 +16,13 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Generate access token
|
# - name: Generate access token
|
||||||
id: generate_token
|
# id: generate_token
|
||||||
uses: tibdex/github-app-token@v1
|
# uses: tibdex/github-app-token@v1
|
||||||
with:
|
# with:
|
||||||
app_id: ${{ secrets.GH_APP_ID }}
|
# app_id: ${{ secrets.GH_APP_ID }}
|
||||||
private_key: ${{ secrets.GH_APP_KEY }}
|
# private_key: ${{ secrets.GH_APP_KEY }}
|
||||||
repository: "recloudstream/secrets"
|
# repository: "recloudstream/secrets"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue