Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Aug 4, 2024
1 parent f09e971 commit 1de2a69
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: tibdex/github-app-token@v2
id: create_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
#- uses: tibdex/github-app-token@v2
# id: create_token
# with:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -43,5 +43,5 @@ jobs:
git add -f README.md README-ja.md
git commit -m 'generate README.md'
git push -f
env:
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
#env:
# GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}

0 comments on commit 1de2a69

Please sign in to comment.