Skip to content

release using workflow inheriting secrets #3

release using workflow inheriting secrets

release using workflow inheriting secrets #3

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 / GH and Hex.pm Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 14, Col: 11): Input gleam_version is required, but not provided while calling. .github/workflows/release.yml (Line: 14, Col: 11): Input erlang_version is required, but not provided while calling.
secrets: inherit