Skip to content

Commit

Permalink
[DEVOPS-1785] Fix publish ruby sdk workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Feb 22, 2024
1 parent 74eecad commit 3656823
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:
options:
- Release
- Dry Run
permissions:
id-token: write
contents: write

permissions:
contents: read
pages: write
id-token: write

jobs:
setup:
Expand Down

0 comments on commit 3656823

Please sign in to comment.