We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9217ee commit 965b178Copy full SHA for 965b178
.github/workflows/backport.yml
@@ -32,8 +32,8 @@ jobs:
32
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
33
id: app-token
34
with:
35
- app-id: ${{ secrets.OPENTELEMETRY_BASIC_AUTOMATION_APP_ID }}
36
- private-key: ${{ secrets.OPENTELEMETRY_BASIC_AUTOMATION_PRIVATE_KEY }}
+ app-id: ${{ secrets.OTELBOT_CLIENT_ID }}
+ private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
37
38
- name: Create pull request
39
env:
0 commit comments