Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Add WAPM_DEV_TOKEN to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 15, 2022
1 parent adb2197 commit 63af4e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ jobs:
run: |
chmod +x end-to-end-tests/ci/init-and-add.sh
./end-to-end-tests/ci/init-and-add.sh
env:
WAPM_DEV_TOKEN: ${{ secrets.WAPM_DEV_TOKEN }}
WAPM_DEV_USERNAME: ${{ secrets.WAPM_DEV_USERNAME }}

linux_aarch64:
name: Linux aarch64
Expand Down

0 comments on commit 63af4e9

Please sign in to comment.