Skip to content
Draft
1 change: 1 addition & 0 deletions .github/workflows/examples_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

permissions:
contents: read
packages: read

jobs:
meta:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/examples_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:

- name: wash build
working-directory: './examples/components/${{ inputs.folder }}'
env:
WASH_REG_USER: ${{ github.repository_owner }}
WASH_REG_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: wash build

- name: run tests
Expand Down
Loading