Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

build(deps): bump aiohttp from 3.10.2 to 3.10.11 in /examples/shared/python/aiohttp #92

build(deps): bump aiohttp from 3.10.2 to 3.10.11 in /examples/shared/python/aiohttp

build(deps): bump aiohttp from 3.10.2 to 3.10.11 in /examples/shared/python/aiohttp #92

Workflow file for this run

# This file must live on every branch and pass necessary secrets and permissions
# to initiate the request
name: Request
permissions:
contents: read
on:
pull_request_target:
push:
branches:
- main
- release/v*
concurrency:
group: |
${{ github.head_ref
|| github.run_id
}}-${{ github.workflow }}-request
cancel-in-progress: true
jobs:
request:
# For branches this can be pinned to a specific version if required
# NB: `uses` cannot be dynamic so it _must_ be hardcoded anywhere it is read
uses: envoyproxy/envoy/.github/workflows/_request.yml@main

Check failure on line 27 in .github/workflows/request.yml

View workflow run for this annotation

GitHub Actions / Request

Invalid workflow file

The workflow is not valid. .github/workflows/request.yml (Line: 27, Col: 11): Input gcs-cache-bucket is required, but not provided while calling. .github/workflows/request.yml (Line: 27, Col: 11): Secret lock-app-id is required, but not provided while calling.
if: ${{ vars.ENVOY_CI || github.repository == 'envoyproxy/envoy' }}
permissions:
actions: read
contents: read
# required for engflow/bazel caching (not yet used)
packages: read
# required to fetch merge commit
pull-requests: read
secrets:
# these are required to start checks
app-key: ${{ secrets.ENVOY_CI_APP_KEY }}
app-id: ${{ secrets.ENVOY_CI_APP_ID }}