Skip to content

Commit

Permalink
#33012: Added GITHUB_TOKEN for tests in TICS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-tiobe committed Oct 18, 2023
1 parent 534b3bc commit 2335303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tics-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-node@v3
- run: npm ci
- run: npm run test:coverage
env:
INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install and run TICSQSERVER
env:
TICSAUTHTOKEN: ${{ secrets.EBOIT_ANALYZER_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tics-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/setup-node@v3
- run: npm ci
- run: npm run test:coverage
env:
INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v2
with:
Expand Down

0 comments on commit 2335303

Please sign in to comment.