We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dbe7d commit f341e18Copy full SHA for f341e18
.github/workflows/test.yml
@@ -50,6 +50,7 @@ jobs:
50
- name: Run tests
51
env:
52
GIT2CPP_TEST_PRIVATE_TOKEN: "ZZZZZ_${{ secrets.GIT2CPP_TEST_PRIVATE_TOKEN }}_XXXXX"
53
+ GITABC: "ZZZZZ_${{ secrets.GITABC }}_XXXXX"
54
#GIT2CPP_TEST_PRIVATE_TOKEN: github_pat_ABCD
55
run: |
56
env | sort
0 commit comments