Skip to content

Commit

Permalink
Correct deploy permissions (#4028)
Browse files Browse the repository at this point in the history
Turns out `read-all|write-all` is invalid syntax. Narrowing this further
to just deploy perms.

#4017
  • Loading branch information
yurishkuro authored Nov 9, 2022
1 parent f42d8cd commit 5828eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
- published

# See https://github.com/jaegertracing/jaeger/issues/4017
permissions: read-all|write-all
# and https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
permissions:
deployments: write

jobs:
publish-release:
Expand Down

0 comments on commit 5828eb8

Please sign in to comment.