Skip to content

Commit 6b3ed53

Browse files
traskotelbot[bot]kaylareopelle
authored
Add permissions that were missed on the first pass (#1871)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
1 parent d3e3c54 commit 6b3ed53

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/release-hook-on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
release-update-open-requests:
1313
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
1414
permissions:
15+
contents: write # required for pushing changes
1516
pull-requests: write # required for updating open release PRs
1617
env:
1718
ruby_version: "3.1"

.github/workflows/release-request-weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
release-request:
1212
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
1313
permissions:
14+
contents: write # required for pushing changes
1415
pull-requests: write # required for creating release PRs
1516
env:
1617
ruby_version: "3.1"

.github/workflows/release-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
release-request:
1616
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
1717
permissions:
18+
contents: write # required for pushing changes
1819
pull-requests: write # required for creating release PRs
1920
env:
2021
ruby_version: "3.1"

0 commit comments

Comments
 (0)