Skip to content

fix: add integration test #68

fix: add integration test

fix: add integration test #68

Workflow file for this run

name: Go service workflow
on:
pull_request:
branches:
- main

Check failure on line 7 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Go service workflow

Invalid workflow file

The workflow is not valid. containifyci/engine-java/.github/workflows/engine-ci.yml@01ccb41c466a52522ea6d4272c4b89737e2ca393 (Line: 7, Col: 3): Error calling workflow 'containifyci/engine-ci/.github/workflows/engine-ci-workflow.yml@main'. The nested job 'build-go' is requesting 'id-token: write', but is only allowed 'id-token: none'.
concurrency:
# Grouped by ref (branch/tag name) not to cancel other jobs running for other feature branches
group: engine_ci_service_${{ github.ref }}
# > cancel any currently running job or workflow in the same concurrency group
# in case of multiple pushes to the same branch, we just need the latest, so cancel all previous
cancel-in-progress: true
permissions:
contents: write # for checkout
id-token: write # for authenticating to Google Cloud Platform
pull-requests: write # for updating pr
jobs:
build-engine-ci:
uses: ./.github/workflows/engine-ci.yml
secrets: inherit