From 591dfe07fefd261a0110adc17dce77bdbb9627fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Thu, 18 Apr 2024 21:55:09 +0200 Subject: [PATCH] Update copy-to-bughalla.yml --- .github/workflows/copy-to-bughalla.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/copy-to-bughalla.yml b/.github/workflows/copy-to-bughalla.yml index 9e0fee9a0f7..0384660acc1 100644 --- a/.github/workflows/copy-to-bughalla.yml +++ b/.github/workflows/copy-to-bughalla.yml @@ -10,10 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - token: ${{ secrets.BUGHALLA_TOKEN }} - fetch-depth: 0 - - run: | rm -rf .github/workflows/copy-to-bughalla.yml git remote set-url --push origin git@github.com:bughalla/codeql-actions @@ -28,4 +24,4 @@ jobs: repository: bughalla/codeql-actions github_token: ${{ secrets.BUGHALLA_TOKEN }} branch: ${{ github.ref }} - force: true \ No newline at end of file + force: true