Skip to content

Commit 1adea12

Browse files
Update permissions and slack channel for merge-upstream (#196)
This updates the permission to contents write and the slack channel to
1 parent b0aed20 commit 1adea12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/merge-upstream.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
create_upstream_pr:
9+
permissions:
10+
contents: write
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Checkout
@@ -97,7 +99,7 @@ jobs:
9799
uses: elastic/oblt-actions/slack/send@v1
98100
with:
99101
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
100-
channel-id: "C02LJMUSXLH" #otel-data-team
102+
channel-id: "C0AA2B1949M" #otel-demo-ci
101103
message: |
102104
:warning: Upstream merge workflow failed for `${{ github.repository }}@${{ github.ref_name }}`.
103105

0 commit comments

Comments
 (0)