Skip to content

chore(deps): update gomod (#58) #6

chore(deps): update gomod (#58)

chore(deps): update gomod (#58) #6

---
name: release-composite
on:
push:
branches: [main]
paths: [CHANGELOG.md] # your changelog file if different
workflow_dispatch:
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }}
# cancel-in-progress: true
permissions:
pull-requests: write
checks: write
# NOTE: individual jobs define more narrowly scoped permissions.
# Release requires so must be defined here
contents: write
actions: read
security-events: write
jobs:

Check failure on line 22 in .github/workflows/release-composite.yml

View workflow run for this annotation

GitHub Actions / release-composite

Invalid workflow file

The workflow is not valid. DelineaXPM/dsv-k8s-sidecar/.github/workflows/lint.yml@3f2d176d3a68b7737e4d72d95f32f4fbf57843c7 (Line: 22, Col: 3): Error calling workflow 'delineaxpm/github-workflows/.github/workflows/lint.yml@main'. The workflow is requesting 'actions: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, deployments: none, discussions: none, issues: none, pack[...]
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: [test, scan]
uses: ./.github/workflows/release.yml
secrets: inherit