From 611f24da379c39197d4130be97eb1a56d9793310 Mon Sep 17 00:00:00 2001 From: Silje Enge Kristensen Date: Fri, 28 Jun 2024 13:44:28 +0200 Subject: [PATCH] ci: set persist-credentials to false for checkout action --- .github/workflows/build-and-push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 6b7f2e9..ef7bea6 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Use Node.js uses: actions/setup-node@v4 with: