Skip to content

Commit 9277654

Browse files
committed
Fix forgotten permission on CI
1 parent 0edaf6b commit 9277654

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- "v*"
66
jobs:
77
publish_all:
8+
permissions:
9+
contents: write
810
runs-on: ubuntu-latest
911
steps:
1012
- name: Checkout code

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 2,
44
"name": "Straight to the web",
55
"homepage_url": "https://github.com/ShadowMitia/Straight-to-the-web",
6-
"version": "0.3",
6+
"version": "0.3.1",
77
"description": "Forces all Google searches to use the new 'Web' mode by appending links with udm=14",
88
"permissions": [
99
"webRequest",

0 commit comments

Comments
 (0)