Skip to content

Commit eabec22

Browse files
authored
build: add THUMBNAIL_URL env variable to lint workflow
1 parent 36d8f6d commit eabec22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
lint:
1313
runs-on: ubuntu-latest
14+
env:
15+
THUMBNAIL_URL: ${{ variables.THUMBNAIL_URL }}
1416

1517
steps:
1618
- name: Checkout code

0 commit comments

Comments
 (0)