We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 595ba16 + 1e94149 commit a2aee27Copy full SHA for a2aee27
1 file changed
.github/workflows/build-and-test.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- name: Build, install and test
37
shell: pwsh
38
+ env:
39
+ API_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
run: Invoke-Build test -Configuration Release -File ./firebird-odbc-driver.build.ps1
41
42
- name: Upload driver (Windows)
0 commit comments