We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd768 commit e9987a7Copy full SHA for e9987a7
.github/workflows/release-please.yml
@@ -11,6 +11,7 @@ jobs:
11
release-please:
12
runs-on: ubuntu-latest
13
permissions:
14
+ contents: write # required for pushing changes
15
id-token: write
16
steps:
17
# The logic below handles the npm publication:
.github/workflows/update-otel-deps.yaml
@@ -9,6 +9,8 @@ permissions:
9
jobs:
10
create-or-update-deps-pr:
+ permissions:
- name: Fork
run: gh repo fork open-telemetry/opentelemetry-js-contrib
0 commit comments