Skip to content

Commit

Permalink
feat: make token configurable in release process
Browse files Browse the repository at this point in the history
Closes #86
  • Loading branch information
luislard committed Nov 2, 2023
1 parent af92912 commit 90d0ba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90d0ba5

Please sign in to comment.