Skip to content

chore: synced file(s) with honestbank/.github #599

chore: synced file(s) with honestbank/.github

chore: synced file(s) with honestbank/.github #599

Workflow file for this run

# DO NOT CHANGE. This file is being managed from a central repository
# To know more simply visit https://github.com/honestbank/.github/blob/main/docs/about.md
name: go-tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
load-secrets:
uses: "./.github/workflows/secrets-loader.yaml"
secrets: inherit
go-tests:
name: go-tests
needs:
- load-secrets
uses: honestbank/workflows/.github/workflows/shared-build-go-sdk-template.yaml@main

Check failure on line 21 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "honestbank/workflows/.github/workflows/shared-build-go-sdk-template.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
encrypted_secrets : ${{ needs.load-secrets.outputs.encrypted_secrets }}