From a257c47480ac5425875e2d847825e67f13922fea Mon Sep 17 00:00:00 2001 From: "Stein A. Hoem" Date: Wed, 4 Sep 2024 05:15:43 +0200 Subject: [PATCH] despearate fix --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a439520..df4f7edb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,11 +20,11 @@ jobs: - run: cd .. - name: Check downloaded files run: ./.github/workflows/filecheck.sh - - name: Checkout - uses: actions/checkout@v3 - with: - path: "./destinationRepo" - token: ${{secrets.PUSH_TOKEN}} + # - name: Checkout + # uses: actions/checkout@v3 + # with: + # path: "./destinationRepo" + # token: ${{secrets.PUSH_TOKEN}} - name: Run deployment script run: ./.github/workflows/deploy.sh shell: bash @@ -35,4 +35,4 @@ jobs: tag: v_${{ github.run_number }} - name: post to slack run: ./.github/workflows/slack.sh ${{ secrets.POST_SLACK }} - shell: bash \ No newline at end of file + shell: bash