Skip to content

Merge pull request #314 from raffaelespazzoli/bmad #211

Merge pull request #314 from raffaelespazzoli/bmad

Merge pull request #314 from raffaelespazzoli/bmad #211

Workflow file for this run

name: push
on:
push:
branches:
- main
- master
tags:
- v*
workflow_dispatch:
inputs:
kubectl-wait-timeout:
description: "kubectl wait timeout used for integration and helmchart-test targets in the Makefile (e.g. 5m)"
required: false
default: "20m"
jobs:
shared-operator-workflow:

Check failure on line 17 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / push

Invalid workflow file

The workflow is not valid. .github/workflows/push.yaml (Line: 17, Col: 3): Error calling workflow 'redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@5b0493408637600ef9c71d2321337adac65153a3'. The nested job 'build-operator' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/push.yaml (Line: 17, Col: 3): Error calling workflow 'redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@5b0493408637600ef9c71d2321337adac65153a3'. The nested job 'provenance-operator' is requesting 'actions: read, packages: write, id-token: write', but is only allowed 'actions: none, packages: read, id-token: none'.
name: shared-operator-workflow
uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@5b0493408637600ef9c71d2321337adac65153a3 # v1.1.6
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.22
OPERATOR_SDK_VERSION: v1.31.0
KUBECTL_WAIT_TIMEOUT: ${{ github.event.inputs['kubectl-wait-timeout'] != '' && github.event.inputs['kubectl-wait-timeout'] || vars.KUBECTL_WAIT_TIMEOUT != '' && vars.KUBECTL_WAIT_TIMEOUT || '20m' }}