Skip to content

Commit e033659

Browse files
committed
MOVE / fix rate limit
1 parent e3b02c8 commit e033659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
releases-only: false # The libxml2 repository doesn't use GitHub's "release" feature.
9393
prefix: 'v${{ matrix.libxml_minor }}.' # Limit the result to the minor we're interested in.
9494
sort-tags: true # Find the "greatest" version for that minor based on semver.
95+
token: ${{ secrets.GITHUB_TOKEN }}
9596

9697
# To put it simply: we need to remove the 'v' prefix from the version number.
9798
- name: "libxml2: parse the version to a patch version"

0 commit comments

Comments
 (0)