Skip to content

Commit a2aee27

Browse files
authored
Merge pull request #285 from fdcastel/fix-issue-284
Adds API_GITHUB_ACCESS_TOKEN. Fix #284.
2 parents 595ba16 + 1e94149 commit a2aee27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Build, install and test
3737
shell: pwsh
38+
env:
39+
API_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3840
run: Invoke-Build test -Configuration Release -File ./firebird-odbc-driver.build.ps1
3941

4042
- name: Upload driver (Windows)

0 commit comments

Comments
 (0)