mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-23 21:21:26 +02:00
ci/cd: remove not used permissions
This commit is contained in:
1
.github/workflows/backend-linter.yml
vendored
1
.github/workflows/backend-linter.yml
vendored
@@ -17,7 +17,6 @@ permissions:
|
||||
pull-requests: read
|
||||
# Optional: allow write access to checks to allow the action to annotate code in the PR.
|
||||
checks: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
golangci-lint:
|
||||
|
||||
1
.github/workflows/svelte-check.yml
vendored
1
.github/workflows/svelte-check.yml
vendored
@@ -25,7 +25,6 @@ permissions:
|
||||
contents: read
|
||||
checks: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
type-check:
|
||||
|
||||
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
@@ -11,7 +11,6 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/update-aaguids.yml
vendored
1
.github/workflows/update-aaguids.yml
vendored
@@ -8,7 +8,6 @@ on:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
update-aaguids:
|
||||
|
||||
Reference in New Issue
Block a user