Skip to content

Commit

Permalink
still can't see token
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Nov 27, 2024
1 parent 2903bd3 commit 51a0d68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Build
permissions:
contents: read
pull-requests: read
on:
push:
branches:
Expand All @@ -15,8 +18,9 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Check SONAR_TOKEN
run: echo "SONAR_TOKEN length is ${#SONAR_TOKEN}"
env:
with:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
export_environment_variables: true
- name: Install dependencies
run: yarn
- name: Test and coverage
Expand Down

0 comments on commit 51a0d68

Please sign in to comment.