Support backend access key #304
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull_request_created | ||
permissions: read-all | ||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize, ready_for_review] | ||
paths-ignore: | ||
- '*.md' | ||
- '*.yaml' | ||
- '.github/workflows/*' | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
pr-created: | ||
Check failure on line 16 in .github/workflows/pr-created.yaml GitHub Actions / pull_request_createdInvalid workflow file
|
||
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-created.yaml@main | ||
with: | ||
CGO_ENABLED: 0 | ||
GO_VERSION: "1.20" | ||
secrets: inherit |