Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Jul 31, 2024
1 parent 2aeb6e3 commit a0ab84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.RELEASEBOT_APP_ID }}
private-key: ${{ secrets.RELEASEBOT_PRIVATE_KEY }}
app-id: ${{ secrets.RELEASEBOT_GITHUB_APP_ID }}
private-key: ${{ secrets.RELEASEBOT_GITHUB_APP_KEY }}
- uses: actions/checkout@master
with:
fetch-depth: 0
Expand Down

0 comments on commit a0ab84f

Please sign in to comment.