Skip to content

fix(gitea): ignore non-owned repositories #25

fix(gitea): ignore non-owned repositories

fix(gitea): ignore non-owned repositories #25

Workflow file for this run

name: ci
on:
pull_request: {}
push:
branches:
- master
tags-ignore:
- '**'
jobs:
build:
uses: vtavernier/github-workflows/.github/workflows/build-go-docker.yml@v1

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "vtavernier/github-workflows/.github/workflows/build-go-docker.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write # It's the GH_TOKEN that writes back to the repository, but this is needed for creating a release
issues: write # For semantic-release comments
packages: write # For pushing to docker
with:
submodules: recursive
secrets:
docker_password: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}