Skip to content

Commit

Permalink
Merge pull request #30 from lakeraai/feature/updated-release-action
Browse files Browse the repository at this point in the history
chore: update release action to use github app for token to allow push
  • Loading branch information
Eric Allen authored Jan 29, 2024
2 parents 3b392b3 + 1b85edb commit 3c3d7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
id: app-token
with:
app-id: ${{ vars.RELEASE_VERSION_BUMP_APP_ID }}
private-key: ${{ secrets.RELEASE_VERSION_BUMP_CLIENT_SECRET }}
private-key: ${{ secrets.RELEASE_VERSION_BUMP_PRIVATE_KEY }}

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3c3d7f4

Please sign in to comment.