Skip to content

Merge pull request #243 from lhind-tia-cop/gcp-auth-engine-role #160

Merge pull request #243 from lhind-tia-cop/gcp-auth-engine-role

Merge pull request #243 from lhind-tia-cop/gcp-auth-engine-role #160

Workflow file for this run

name: push
on:
push:
branches:
- main
- master
tags:
- v*
jobs:
shared-operator-workflow:
name: shared-operator-workflow
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@a6fd3b36e5d59b557d23620e7c34e8c5a14e8076 # v1.0.7
secrets:
COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
with:
PR_ACTOR: "[email protected]"
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
GO_VERSION: ~1.19
OPERATOR_SDK_VERSION: v1.25.3