diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d925b8d..ce88690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,12 @@ jobs: wasm: true pipeline: android args: setup + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run Wasm Plugin run: | fluentci run --wasm bun install - fluentci run --wasm . android buildRelease \ No newline at end of file + fluentci run --wasm fastlane android buildRelease + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file