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

ci: add GitHub Action workflow to validate PR title (#4) #27

ci: add GitHub Action workflow to validate PR title (#4)

ci: add GitHub Action workflow to validate PR title (#4) #27

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/secrets-service:${{ env.docker_image_tag }}'
service_account: [email protected]
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions