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