fix: allow passing custom INTEGRATIONOS_API_BASE_URL to authkit-node … #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
tags: | |
- "[0-9]+.[0-9]+.[0-9]+" | |
env: | |
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
id-token: write | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: integration-os/google-artifact-registry-action@v2 | |
with: | |
image: 'us-docker.pkg.dev/integrationos/docker-oss/typescript-services:${{ env.docker_image_tag }}' | |
service_account: [email protected] | |
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions |