Skip to content

Commit

Permalink
Correct deploy permissions (jaegertracing#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.

jaegertracing#4017

Signed-off-by: shubbham1215 <sawaikershubham@gmail.com>
  • Loading branch information
yurishkuro authored and shubbham1215 committed Mar 5, 2023
1 parent 5602d55 commit 0831488
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 0831488

Please sign in to comment.