Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEVOPS-1785] Fix publish ruby sdk workflow permissions (#625)
## Type of change <!-- (mark with an `X`) --> ``` - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ``` ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> - **.github/workflows/publish-ruby.yml:** Add `contents: read` permission and fix indentation ## Before you submit - Please add **unit tests** where it makes sense to do so
- Loading branch information