Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Oct 18, 2024
1 parent 069e775 commit d9c7192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feishu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
branch: main

- uses: oven-sh/setup-bun@v1

- name: Run update SFC Companies work items
env:
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
PLUGIN_SECRET: ${{ secrets.PLUGIN_SECRET }}
Expand All @@ -28,8 +30,6 @@ jobs:
TEMPLATE_ID: ${{ secrets.TEMPLATE_ID }}
PROJECT_KEY: ${{ secrets.PROJECT_KEY }}
PLUGIN_ID: ${{ secrets.PLUGIN_ID }}

- name: Run update SFC Companies work items
run: |
bun install
bun run src/feishu/index.ts --ids=${{ inputs.ids }} --all=${{ inputs.all }}

0 comments on commit d9c7192

Please sign in to comment.