Skip to content

Commit

Permalink
feat(workflows): use auto update github app
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Jan 23, 2025
1 parent 6179b1e commit 6f7846f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/create-github-app-token@v1
id: generate-token
with:
app-id: ${{ secrets.UPDATE_APP_ID }}
private-key: ${{ secrets.UPDATE_APP_PRIVATE_KEY }}

- uses: actions/checkout@v4

- name: Install Nix
Expand Down Expand Up @@ -37,3 +43,4 @@ jobs:
This update was performed automatically by the daily dependency update workflow.
branch: update-wrangler
delete-branch: true
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 6f7846f

Please sign in to comment.