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 b49f290 commit c6947fbCopy full SHA for c6947fb
1 file changed
.github/workflows/listener.yml
@@ -17,8 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v2
20
- with:
21
- token: ${{ secrets.DX_GITHUB_TOKEN }}
22
23
- name: Echo Event
24
run: |
@@ -32,6 +30,8 @@ jobs:
32
30
token: ${{ secrets.DX_GITHUB_TOKEN }}
33
31
language: python
34
config: ./openapi-config.yml
+ env:
+ GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
35
36
- uses: ./.github/actions/add_pr_comment
37
with:
0 commit comments