Skip to content

fix: typo

fix: typo #1

Workflow file for this run

name: Workflow - Push on origin/main
on:
push:
branches:
- main
jobs:
go-lint:

Check failure on line 9 in .github/workflows/push.main.yaml

View workflow run for this annotation

GitHub Actions / Workflow - Push on origin/main

Invalid workflow file

The workflow is not valid. .github/workflows/push.main.yaml (Line: 9, Col: 3): Error calling workflow 'vareversat/digicert_exporter/.github/workflows/go.lint.action.yaml@04225f40a156d38ada6af042685eafd62ad089b5'. The workflow is requesting 'checks: write, contents: write', but is only allowed 'checks: none, contents: read'.
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.21.4'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.21.4'
docker-build-push:
needs: [ go-lint, go-test ]
uses: ./.github/workflows/docker.build-push.action.yaml