This commit is contained in:
2023-11-13 19:28:05 +01:00
parent ea2682d656
commit 11c0d1e09f

View File

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