Skip to content

Commit 6d82d52

Browse files
author
Oleg
committed
Add GH_TOKEN when reading tags
1 parent 91972b4 commit 6d82d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Collect available versions
1919
id: revisions
20+
env:
21+
GH_TOKEN: ${{ github.token }}
2022
run: |
2123
tags=$(gh api \
2224
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)