Skip to content

Commit

Permalink
Update main.yml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet authored Jul 11, 2023
1 parent 19036b3 commit eb81cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
id: get_token
uses: tibdex/github-app-token@v1
with:
private_key: ${{ secrets.APP_PEM }}
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.RELEASE_APP_PEM }}
app_id: ${{ secrets.RELEASE_APP_ID }}

- name: Automated Version Bump
id: version-bump
Expand Down

0 comments on commit eb81cb4

Please sign in to comment.