Add token

This commit is contained in:
Dave Bartolomeo
2022-11-02 11:40:01 -04:00
parent bb0b0801dd
commit 631b8fed30

View File

@@ -18,3 +18,5 @@ runs:
$Tag = $Latest.tag
Write-Output "Latest bundle tag is '${Tag}'."
"url=https://github.com/github/codeql-action/releases/download/${Tag}/codeql-bundle-linux64.tar.gz" >> $env:GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ github.token }}