We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28a5c7 commit 25f9d3bCopy full SHA for 25f9d3b
.github/workflows/notify-unreleased-commits.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-22.04
10
+ if: github.repository_owner == 'wxt-dev'
11
steps:
12
- name: Checkout
13
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
.github/workflows/update-browser-package.yml
@@ -11,6 +11,7 @@ jobs:
sync:
name: 'Sync with @types/chrome'
runs-on: ubuntu-latest
14
15
permissions:
16
contents: write # Push version changes
17
id-token: write # OIDC for NPM publishing
0 commit comments