Skip to content

Commit b49f290

Browse files
authored
Update listener.yml (#56)
1 parent 72cde13 commit b49f290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/listener.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
if: ${{ github.event.action == 'Build' }}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v2
20+
with:
21+
token: ${{ secrets.DX_GITHUB_TOKEN }}
2022

2123
- name: Echo Event
2224
run: |

0 commit comments

Comments
 (0)