From 47b03caf37f8d76f02c8bc5aab0d55d45d31ad0b Mon Sep 17 00:00:00 2001 From: shogo4405 Date: Wed, 27 Mar 2024 23:14:03 +0900 Subject: [PATCH] Update review.yml --- .github/workflows/review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 2b7bf65f9..6356417e9 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -8,12 +8,12 @@ jobs: runs-on: macOS-13 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_15.0.app' - name: bundle install env: - DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} + DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | bundle install bundle exec fastlane review