Skip to content

chore: update authkit-node package readme (#30) #56

chore: update authkit-node package readme (#30)

chore: update authkit-node package readme (#30) #56

Workflow file for this run

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