Skip to content

Commit 639fdce

Browse files
Allow secrets to be given as input (#124)
## *What has changed?*: ## *Why was it needed?*: ## *How was it done?*: ## Links to trello Tickets or github issues: * --- ### Code Checklist - [ ] tested - [ ] documented
2 parents b125f78 + 9c56add commit 639fdce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/prerelease-changelog-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: 'pre-Release Changelog Update'
22

33
on:
44
workflow_call:
5+
secrets:
6+
BOT_TOKEN:
7+
required: true
58
release:
69
types: [prereleased]
710

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: 'Draft next Release notes'
22

33
on:
44
workflow_call:
5+
secrets:
6+
BOT_TOKEN:
7+
required: true
58
push:
69
# branches to consider in the event; optional, defaults to all
710
branches:

0 commit comments

Comments
 (0)