Skip to content

release using workflow inheriting secrets #2

release using workflow inheriting secrets

release using workflow inheriting secrets #2

Workflow file for this run

name: GH and Hex.pm Release
on:
push:
tags:
- v*.*.*
jobs:
test:
uses: ./.github/workflows/test.yml
release:
needs:
- test
uses: TanklesXL/gleam_actions/.github/workflows/release.yaml@main

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "TanklesXL/gleam_actions/.github/workflows/release.yaml@main" (source branch with sha:df89120fa0a165fd979bbb37ed05eb0150ce1a9a) --> "./.github/workflows/test.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit