From 90d0ba5046b9baf977240e0d8ea23055cbd1fbd6 Mon Sep 17 00:00:00 2001 From: Luis Rosales Date: Thu, 2 Nov 2023 17:37:22 +0100 Subject: [PATCH] feat: make token configurable in release process Closes #86 --- .github/workflows/automatic-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 28655121..67cdc5d0 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -7,6 +7,10 @@ on: default: 18 required: false type: string + secrets: + GITHUB_TOKEN: + description: Authentication for the semantic release action. + required: false jobs: release: