Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
ci: set GITHUB_ACCESS_TOKEN
  • Loading branch information
tsirysndr committed Aug 18, 2024
1 parent f827669 commit e64be7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
fluentci run --wasm fastlane android buildRelease
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e64be7c

Please sign in to comment.