diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 0c24b9c..ccfe5ff 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -13,6 +13,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 + with: + token: ${{ secrets.TOKEN }} - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."