Skip to content

Commit c8b9748

Browse files
committed
ci: give token
1 parent 3c5be88 commit c8b9748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- name: Compute whether to skip builds and tests
4141
id: get-should-skip
42+
env:
43+
GH_TOKEN: ${{ github.token }}
4244
run: |
4345
set -euxo pipefail
4446
if ${{ startsWith(github.ref_name, 'pull-request/') }}; then

0 commit comments

Comments
 (0)