diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 7b91a56..6b74b3c 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -21,6 +21,9 @@ jobs: steps: - name: ⬇️ Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 + token: ${{ secrets.FORGEJO_TOKEN }} - name: 👤 Log in to the Container registry uses: github.com/docker/login-action@v2