diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index c6afc6a..d9bf6e7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,9 +11,9 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." #- run: sleep 60s - name: Checkout private tools - uses: https://github.com/actions/checkout@v3 + uses: actions/checkout@v3 with: - repository: staffadmin/gitea-runner + repository: gitea.jingoh.fr:443staffadmin/gitea-runner persist-credentials: false ssh-strict: false #token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT