Skip to content

Commit e9987a7

Browse files
chore: add permissions that were missed on the first pass (#2945)
Co-authored-by: otelbot <[email protected]>
1 parent 7bcd768 commit e9987a7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
release-please:
1212
runs-on: ubuntu-latest
1313
permissions:
14+
contents: write # required for pushing changes
1415
id-token: write
1516
steps:
1617
# The logic below handles the npm publication:

.github/workflows/update-otel-deps.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ permissions:
99
jobs:
1010
create-or-update-deps-pr:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write # required for pushing changes
1214
steps:
1315
- name: Fork
1416
run: gh repo fork open-telemetry/opentelemetry-js-contrib

0 commit comments

Comments
 (0)