Skip to content

Commit

Permalink
fix: use github token as input instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 29, 2023
1 parent ac02b80 commit f197db4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
uses: impaktfull/gh_action_dart_conventional_release@main
with:
tag-prefix: 'v'
github-token: ${{ secrets.IMPAKTFULL_GITHUB_PAT }}
script-pre-run: tool/script_pre_run.dart
env:
GITHUB_TOKEN: ${{ secrets.IMPAKTFULL_GITHUB_PAT }}

0 comments on commit f197db4

Please sign in to comment.