From 5fc95b3751ce657d562b9a65acdef4bb5c849548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Guy=20S=C3=BC=C3=9F?= Date: Mon, 12 Aug 2024 12:44:35 +1000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc83f93..f25f9d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,10 +2,10 @@ uses: actions/checkout@v4.1.7 with: # Repository name with owner. For example, actions/checkout - repository: # optional, default is ${{ github.repository }} +# repository: # optional, default is ${{ github.repository }} # The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. - ref: # optional +# ref: # optional # Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. #We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.