Skip to content

Commit 547b562

Browse files
authored
Update sync-main.yml
1 parent e3494af commit 547b562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
printf "CODEQL_FETCHED_CODEQL_PATH=" >> "${GITHUB_ENV}"
3838
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_ENV}"
3939
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"
40+
env:
41+
GITHUB_TOKEN: ${{ github.token }}
4042
- name: Compile PowerShell Queries
4143
run: |
4244
codeql query compile --check-only --keep-going powershell/ql/src

0 commit comments

Comments
 (0)