Skip to content

Commit

Permalink
fixup for youtrack token
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Mar 5, 2023
1 parent e06ca05 commit d90152e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_heavy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CI: GitHub
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
YOUTRACK_TOKEN: $${{ secrets.YOUTRACK_TOKEN }}
YOUTRACK_TOKEN: ${{ secrets.YOUTRACK_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d90152e

Please sign in to comment.