Skip to content

Commit e789da5

Browse files
committed
Add gh_token to avoid getting rate limited
1 parent e9251d3 commit e789da5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
CFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
2424
LDFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
2525
PYXMLSEC_STATIC_DEPS: ${{ matrix.static_deps }}
26+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627
run: |
2728
export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
2829
python -m build

.github/workflows/manylinux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Build linux_x86_64 wheel
3535
env:
3636
PYXMLSEC_STATIC_DEPS: true
37+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738
run: |
3839
/opt/python/${{ matrix.python-abi }}/bin/python -m build
3940
- name: Label manylinux wheel

0 commit comments

Comments
 (0)