Skip to content

Commit

Permalink
Fix forgotten permission on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Aug 10, 2024
1 parent 0edaf6b commit 9277654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- "v*"
jobs:
publish_all:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 2,
"name": "Straight to the web",
"homepage_url": "https://github.com/ShadowMitia/Straight-to-the-web",
"version": "0.3",
"version": "0.3.1",
"description": "Forces all Google searches to use the new 'Web' mode by appending links with udm=14",
"permissions": [
"webRequest",
Expand Down

0 comments on commit 9277654

Please sign in to comment.