diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 63f833b..61b44b8 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v6 + with: + persist-credentials: false - name: Action-Test uses: ./ diff --git a/.github/workflows/Auto-Release.yml b/.github/workflows/Auto-Release.yml index c568a66..892e520 100644 --- a/.github/workflows/Auto-Release.yml +++ b/.github/workflows/Auto-Release.yml @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v6 + with: + persist-credentials: false - name: Auto-Release uses: ./ diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 1962629..44392aa 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -21,6 +21,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 with: + persist-credentials: false fetch-depth: 0 - name: Lint code base