Skip to content

generate codeartifact token in CI, allow non-appfolio members to yarn install #5

generate codeartifact token in CI, allow non-appfolio members to yarn install

generate codeartifact token in CI, allow non-appfolio members to yarn install #5

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: j-test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: '.tool-versions'
- uses: ./.github/actions/prep-secure-registries
with:
aws-access-key-id: ${{ secrets.SHARED_CODEARTIFACT_AWS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SHARED_CODEARTIFACT_AWS_SECRET_KEY }}
- run: echo ${#CODEARTIFACT_AUTH_TOKEN}