Skip to content

Commit 6bf6579

Browse files
committed
token addition
1 parent d51cc82 commit 6bf6579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/internal-build-release-linux64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ jobs:
4848
# need this for the bundling to work.
4949
pip install -U pyinstaller
5050
51+
# run the packaging
5152
./scripts/build_codeql_bundle_dist.ps1 -Version 0.2.0 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/linux-x64/tools/
53+
env:
54+
GH_TOKEN: ${{ github.token }}
5255

5356

5457
- name: Build Bundle Archive

0 commit comments

Comments
 (0)