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