Skip to content

Commit bd89a96

Browse files
committed
Pass ${{ secrets.PAT }} into E2E tests job
1 parent f9f26b2 commit bd89a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
image-name: ${{ env.IMAGE_NAME }}
111111
script: ${{ matrix.script }}
112112
expected: ${{ matrix.expected }}
113+
env:
114+
GH_TOKEN: ${{ secrets.PAT }}
113115

114116
push:
115117
needs: [ version, test, audit, build, e2e-tests, vulnerability-scanner ]

0 commit comments

Comments
 (0)