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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate access token
|
||||
id: generate_token
|
||||
uses: tibdex/github-app-token@v1
|
||||
with:
|
||||
app_id: ${{ secrets.GH_APP_ID }}
|
||||
private_key: ${{ secrets.GH_APP_KEY }}
|
||||
repository: "recloudstream/secrets"
|
||||
# - name: Generate access token
|
||||
# id: generate_token
|
||||
# uses: tibdex/github-app-token@v1
|
||||
# with:
|
||||
# app_id: ${{ secrets.GH_APP_ID }}
|
||||
# private_key: ${{ secrets.GH_APP_KEY }}
|
||||
# repository: "recloudstream/secrets"
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue