Skip to content

Enabled inheritance of secrets in GitHub workflows #64

Enabled inheritance of secrets in GitHub workflows

Enabled inheritance of secrets in GitHub workflows #64

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit