Skip to content

Commit d7e2bd9

Browse files
chore: Adding back the access token
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 5c64747 commit d7e2bd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/show_semantic_release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@ name: show semantic release versions
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
token:
7+
description: 'Personal Access Token'
8+
required: true
9+
default: ""
10+
type: string
511

612
jobs:
713

814
get_dry_release_versions:
915
runs-on: ubuntu-latest
16+
env:
17+
GITHUB_TOKEN: ${{ github.event.inputs.token }}
1018
outputs:
1119
current_version: ${{ steps.get_versions.outputs.current_version }}
1220
next_version: ${{ steps.get_versions.outputs.next_version }}

0 commit comments

Comments
 (0)