Skip to content

Commit

Permalink
ci: remove repository from dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Apr 24, 2024
1 parent c17ea97 commit 5465af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
repository: tauri-apps/tauri-vscode
event-type: publish
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT

name: Publish Extension

on:
workflow_dispatch:
repository_dispatch:
types: [publish]

name: Publish Extension

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5465af5

Please sign in to comment.