Skip to content

Commit 6bef1b2

Browse files
committed
Set compile token
1 parent b3d4d6f commit 6bef1b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Compile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
~/.nuget/packages
2222
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
2323
- name: Run Nuke Build
24-
run: ./.nuke/build.cmd
24+
run: ./.nuke/build.cmd
25+
env:
26+
NICE3POINT_PACKAGES_API_KEY: ${{ secrets.NICE3POINT_PACKAGES_API_KEY }}

0 commit comments

Comments
 (0)