Skip to content

Commit c6947fb

Browse files
authored
DX-2454 Add auth in the right spot (#57)
1 parent b49f290 commit c6947fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/listener.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20-
with:
21-
token: ${{ secrets.DX_GITHUB_TOKEN }}
2220

2321
- name: Echo Event
2422
run: |
@@ -32,6 +30,8 @@ jobs:
3230
token: ${{ secrets.DX_GITHUB_TOKEN }}
3331
language: python
3432
config: ./openapi-config.yml
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
3535

3636
- uses: ./.github/actions/add_pr_comment
3737
with:

0 commit comments

Comments
 (0)