Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 27 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,30 @@ on:
paths-ignore:
- '**/README.md'
jobs:
run_pr-template:
name: PR - Build and Deploy
uses: SecureApiGateway/secure-api-gateway-ci/.github/workflows/reusable-pr.yml@main
secrets: inherit
with:
componentName: secure-api-gateway-functional-test-framework
dockerTag: pr-${{ github.event.number }}
build:
runs-on: ubuntu-22.04
steps:
# Checkout CI Repo
- name: Checkout CI Repo
uses: actions/checkout@v4
with:
path: secure-api-gateway-ci
repository: SecureApiGateway/secure-api-gateway-ci
# Auth GCP
- name: Call Authentication
uses: ./secure-api-gateway-ci/.github/actions/authentication
with:
gcpKey: ${{ secrets.GCP_SECRET_READ }}
garLocation: ${{ vars.GAR_LOCATION }}
# Get Username
- name: Get Username
run: gcloud auth list


# run_pr-template:
# name: PR - Build and Deploy
# uses: SecureApiGateway/secure-api-gateway-ci/.github/workflows/reusable-pr.yml@main
# secrets: inherit
# with:
# componentName: secure-api-gateway-functional-test-framework
# dockerTag: pr-${{ github.event.number }}