From 7e0b313e1f6c7f671591cde24503e0ffe9db24b6 Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:18:46 +0800 Subject: [PATCH] chore(workflows): fix vars and use different branch (#25) --- .github/workflows/expo-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/expo-dependencies.yml b/.github/workflows/expo-dependencies.yml index db3dcfc..aac2575 100644 --- a/.github/workflows/expo-dependencies.yml +++ b/.github/workflows/expo-dependencies.yml @@ -31,7 +31,7 @@ jobs: - id: app_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ variables.KEYCHAIN_BOT_APP_ID }} + app_id: ${{ vars.KEYCHAIN_BOT_APP_ID }} private_key: ${{ secrets.KEYCHAIN_BOT_PRIVATE_KEY }} - name: Create Pull Request @@ -45,4 +45,4 @@ jobs: body: | #### What this PR does / why we need it: Bump expo dependencies to newest release with `expo-cli upgrade`. - branch: github-actions/expo-deps + branch: keychain-bot/expo-deps