Skip to content

Commit

Permalink
ci(deps-update): Don't use GitHub App Token (#39)
Browse files Browse the repository at this point in the history
Using other GitHub Apps that can be triggered by GITHUB_TOKEN workflows.
  • Loading branch information
5ouma authored Apr 7, 2024
1 parent aff8a71 commit 5d6b5dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,10 @@ jobs:
with:
path: ../body.md

- name: 💳 Create GitHub App Token
if: ${{ steps.result.outputs.files_exists == 'true' }}
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- name: 🎈 Create Pull Request
if: ${{ steps.result.outputs.files_exists == 'true' }}
uses: peter-evans/create-pull-request@v6
with:
token: ${{ steps.app-token.outputs.token }}
commit-message: |
chore(deps): ${{ steps.title.outputs.content }}
Expand Down

0 comments on commit 5d6b5dc

Please sign in to comment.