diff --git a/.github/workflows/build-flatpak.yml b/.github/workflows/build-flatpak.yml index bcdaff39..41c3e6a0 100644 --- a/.github/workflows/build-flatpak.yml +++ b/.github/workflows/build-flatpak.yml @@ -20,7 +20,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.ORG_TOKEN }} - name: Checkout Private Repository uses: actions/checkout@v4 diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 46b36230..d717031d 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -19,7 +19,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.ORG_TOKEN }} - name: Checkout Private Repository uses: actions/checkout@v4 diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index d93ec29b..02f221fa 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -18,7 +18,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.ORG_TOKEN }} - name: Checkout private repository uses: actions/checkout@v4