Verify that Forgejo Runner can access a reusable workflow that is stored in a private repository. That should help prevent https://code.forgejo.org/forgejo/runner/issues/1274 from happening again. Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1436 Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org> Co-authored-by: Andreas Ahlenstorf <andreas@ahlenstorf.ch> Co-committed-by: Andreas Ahlenstorf <andreas@ahlenstorf.ch>
10 lines
157 B
YAML
10 lines
157 B
YAML
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: "docker"
|
|
container:
|
|
image: data.forgejo.org/oci/node:24-trixie
|
|
steps:
|
|
- run: echo 'OK'
|