Skip to content

Commit

Permalink
chore: use github-app-token-throughout release-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored Jun 6, 2024
1 parent c37d506 commit 1995234
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/make-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@ jobs:
contents: write
runs-on: ubuntu-latest

outputs:
tag_name: ${{ steps.update-changelog.outputs.version }}

steps:
- name: Clone Repository
uses: actions/checkout@v4

- name: Generate Token
id: app-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.APPBAKERYGITHUBAPP_APPID }}
private-key: ${{ secrets.APPBAKERYGITHUBAPP_PRIVATEKEY }}

- name: Clone Repository
uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}

- name: Update Changelog
id: update-changelog
Expand Down

0 comments on commit 1995234

Please sign in to comment.