Skip to content

Call OIDC workflow

Call OIDC workflow #4

Workflow file for this run

name: call OIDC reusable workflow
on:
pull_request:
workflow_dispatch:
jobs:
tat:
uses: TykTechnologies/tyk-automated-tests/.github/workflows/tests.yml@v1.0.1

Check failure on line 9 in .github/workflows/call-oidc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-oidc.yml

Invalid workflow file

error parsing called workflow ".github/workflows/call-oidc.yml" -> "TykTechnologies/tyk-automated-tests/.github/workflows/tests.yml@v1.0.1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkoutf
with:
tyk-version: master
tyk-analytics-version: master
secrets:
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }}