Skip to content

testing branch restrictions #17

testing branch restrictions

testing branch restrictions #17

Workflow file for this run

name: Testing Github Action
on:
pull_request:
paths:
- 'testing-action/**'
- '.github/workflows/testing-action.yaml'
workflow_dispatch:
jobs:
release:
permissions:

Check failure on line 12 in .github/workflows/testing-action.yaml

View workflow run for this annotation

GitHub Actions / Testing Github Action

Invalid workflow file

The workflow is not valid. .github/workflows/testing-action.yaml (Line: 12, Col: 5): Required property is missing: runs-on
contents: write
id-token: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Akeyless Get Secrets
id: get_auth_token
uses:
docker://us-west1-docker.pkg.dev/devopsre/akeyless-public/akeyless-action:latest
with:
api-url: https://api.gateway.akeyless.celo-networks-dev.org
access-id: p-kf9vjzruht6l
static-secrets: '{"/dynamic-secrets/keys/github/docs/contents=write,pull_requests=write":"NPM_TOKEN"}'
Build-Container-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
if: github.ref != 'refs/heads/main'
with:
workload-id-provider: ${{ vars.WORKLOAD_ID_PROVIDER_NON_MAIN }}
service-account: patrick-testing-ro@clabs-secrets-and-permissions.iam.gserviceaccount.com
artifact-registry: ${{ vars.DEV_IMAGE_REPO }}/testing-action
tags: testing
context: ./testing-action
trivy: false