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 b9c7891 commit 275b75fCopy full SHA for 275b75f
2 files changed
.github/workflows/deploy.yml
@@ -5,6 +5,8 @@ on:
5
release:
6
types: [published]
7
8
+permissions: {}
9
+
10
jobs:
11
vsce:
12
name: VS Code Marketplace
@@ -13,6 +15,8 @@ jobs:
13
15
environment:
14
16
17
url: https://marketplace.visualstudio.com/items?itemName=johnbillion.vscode-wordpress-hooks
18
+ permissions:
19
+ contents: read
20
env:
21
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
22
steps:
.github/workflows/test.yml
@@ -6,12 +6,16 @@ on:
push:
pull_request:
test:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
name: Linter
runs-on: ubuntu-latest
timeout-minutes: 10
- name: Checkout repository
uses: actions/checkout@v4
0 commit comments