Skip to content

Commit 631b8fe

Browse files
author
Dave Bartolomeo
committed
Add token
1 parent bb0b080 commit 631b8fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/find-latest-bundle/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ runs:
1818
$Tag = $Latest.tag
1919
Write-Output "Latest bundle tag is '${Tag}'."
2020
"url=https://github.com/github/codeql-action/releases/download/${Tag}/codeql-bundle-linux64.tar.gz" >> $env:GITHUB_OUTPUT
21+
env:
22+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)