Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(workflows): fix vars and use different branch (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jun 20, 2023
1 parent efd6620 commit 7e0b313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/expo-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 7e0b313

Please sign in to comment.