Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write # required for pushing changes
id-token: write
steps:
# The logic below handles the npm publication:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-otel-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permissions:
jobs:
create-or-update-deps-pr:
runs-on: ubuntu-latest
permissions:
contents: write # required for pushing changes
steps:
- name: Fork
run: gh repo fork open-telemetry/opentelemetry-js-contrib
Expand Down