Skip to content

Commit

Permalink
Add setup for OS botify to fetch private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Jan 22, 2024
1 parent a1e0ed1 commit c8718bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/composite/setupNode/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ description: Set up Node
runs:
using: composite
steps:
# TODO: Remove this before merging to `main`
- name: Setup git for OSBotify
uses: ./.github/actions/composite/setupGitForOSBotifyApp
id: setupGitForOSBotify
with:
GPG_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
OS_BOTIFY_APP_ID: ${{ secrets.OS_BOTIFY_APP_ID }}
OS_BOTIFY_PRIVATE_KEY: ${{ secrets.OS_BOTIFY_PRIVATE_KEY }}

- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit c8718bc

Please sign in to comment.