From 1de2a69f3dc5eca55163f081b9cda4ab814a7312 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sun, 4 Aug 2024 18:22:15 +0900 Subject: [PATCH] fix --- .github/workflows/generate.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 6de3de9..9a3073f 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -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 @@ -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 }}