Skip to content

Commit

Permalink
chore: Adding back the access token
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Dec 5, 2024
1 parent 5c64747 commit d7e2bd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/show_semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ name: show semantic release versions

on:
workflow_dispatch:
inputs:
token:
description: 'Personal Access Token'
required: true
default: ""
type: string

jobs:

get_dry_release_versions:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.event.inputs.token }}
outputs:
current_version: ${{ steps.get_versions.outputs.current_version }}
next_version: ${{ steps.get_versions.outputs.next_version }}
Expand Down

0 comments on commit d7e2bd9

Please sign in to comment.