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 a1149e4 commit 2517872Copy full SHA for 2517872
.github/workflows/survey-on-merged-pr.yml
@@ -21,6 +21,11 @@ jobs:
21
if: github.event.pull_request.merged == true
22
steps:
23
- 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 }}
29
- name: Check if user is a member of the org
30
id: check-membership
31
run: |
0 commit comments