Skip to content

Commit

Permalink
Merge pull request #166 from ponkio-o/renovate/actions-create-github-…
Browse files Browse the repository at this point in the history
…app-token-1.x

chore(deps): update actions/create-github-app-token action to v1.6.2
  • Loading branch information
ponkio-o authored Jan 3, 2024
2 parents 136c52e + 5442617 commit 80734a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v1.6.0
uses: actions/create-github-app-token@v1.6.2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v1.6.0
uses: actions/create-github-app-token@v1.6.2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down

0 comments on commit 80734a4

Please sign in to comment.