Skip to content

Commit 84047d5

Browse files
committed
need to get the SEE_ACTIVATION_CODE secret into an environment variable
1 parent 5844cf3 commit 84047d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Build
3636
env:
3737
SG_NUGET_TOKEN: ${{ secrets.SG_NUGET_TOKEN }}
38+
SEE_ACTIVATION_CODE: ${{ secrets.SEE_ACTIVATION_CODE }}
3839
run: |
3940
cd SQLitePCL.raw/build
4041
dotnet run

0 commit comments

Comments
 (0)