Skip to content

Commit 2517872

Browse files
committed
add step
1 parent a1149e4 commit 2517872

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/survey-on-merged-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
if: github.event.pull_request.merged == true
2222
steps:
2323
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
- uses: actions/create-github-app-token@v1
25+
id: app-token
26+
with:
27+
app-id: ${{ vars.OTELBOT_APP_ID }}
28+
private-key: ${{ secrets.OTELBOT_RIVATE_KEY }}
2429
- name: Check if user is a member of the org
2530
id: check-membership
2631
run: |

0 commit comments

Comments
 (0)