diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index b0b4d7621..d5f299570 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -60,9 +60,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 - with: - repository: kubbot/Open-IM-Server - token: ${{ secrets.BOT_GITHUB_TOKEN }} # `GH_PAT` is a secret that contains your PAT - name: Run go modules tidy run: |