Skip to content

Commit

Permalink
fix: test with username
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 30, 2023
1 parent 5830c73 commit 9d3820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
token: ${{ secrets.IMPAKTFULL_GITHUB_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand All @@ -24,4 +23,5 @@ jobs:
with:
tag-prefix: 'v'
github-token: ${{ secrets.IMPAKTFULL_GITHUB_PAT }}
github-username: ${{ secrets.IMPAKTFULL_GITHUB_PAT_USER_NAME }}
script-pre-run: tool/script_pre_run.dart

0 comments on commit 9d3820f

Please sign in to comment.