Skip to content

Commit

Permalink
replaced github action for github's own action
Browse files Browse the repository at this point in the history
Let's use github's tools when possible as they _should_ be more secure
  • Loading branch information
Bullrich committed Apr 10, 2024
1 parent 5d8e508 commit 5e2a00c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/up-to-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1.9.3
with:
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_KEY }}
app-id: ${{ secrets.MERGE_APP_ID }}
private-key: ${{ secrets.MERGE_APP_KEY }}
- name: Update all the PRs
uses: paritytech/up-to-date-action@v0.2.1
with:
Expand Down

0 comments on commit 5e2a00c

Please sign in to comment.