Skip to content

Commit

Permalink
Add the GITHUB_TOKEN env var (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
flenter authored Nov 6, 2023
1 parent 4e83f30 commit 9617395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:

- name: Pull latest providers
run: cargo run pull --wasm-dir=providers
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: >
Expand Down Expand Up @@ -220,6 +222,8 @@ jobs:

- name: Pull latest providers
run: cargo run pull --wasm-dir=providers
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create distributable zip file
run: |
Expand Down

0 comments on commit 9617395

Please sign in to comment.