From 10ca727d7618d0c298ea3de2459b777be29cb02d Mon Sep 17 00:00:00 2001 From: Muhammad Noman Date: Wed, 15 Mar 2023 22:02:53 +0500 Subject: [PATCH 1/2] test --- .github/workflows/agent.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index d194a2b6..a6ae1a0d 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -18,6 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - uses: actions/setup-go@v3 with: go-version: '1.20' From cabffeb3cf2c90dbc93359d22bd652cc8a1a2f97 Mon Sep 17 00:00:00 2001 From: Muhammad Noman Date: Wed, 15 Mar 2023 22:09:59 +0500 Subject: [PATCH 2/2] test --- .github/workflows/agent.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index a6ae1a0d..8857ec28 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -19,6 +19,11 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup tmate session + env: + GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }} + TEST: 'test' + DOCKERHUB_PASS: ${{ secrets.DOCKERHUB_PASS }} + DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} uses: mxschmitt/action-tmate@v3 - uses: actions/setup-go@v3 with: