Skip to content

remove static analysis #1

remove static analysis

remove static analysis #1

Workflow file for this run

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-pytest-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_name: back-projection
call-version-info-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
call-docker-ghcr-workflow:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: {{'${{ needs.call-version-info-workflow.outputs.version_tag }}'}}
release_branch: main
develop_branch: develop
user: tools-bot
secrets:
USER_TOKEN: {{'${{ secrets.GITHUB_TOKEN }}'}}

Check failure on line 34 in .github/workflows/test-and-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-and-build.yml

Invalid workflow file

invalid value for secrets. Expected "inherit" keyword or explicit map of secrets