From 860928cc75deb1491ce1d488a8840814c297e6e0 Mon Sep 17 00:00:00 2001 From: pascalholthaus <94793111+pascalholthaus@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:40:50 +0200 Subject: [PATCH] Remove: greenbonebot token from update-header.yml (#368) --- .github/workflows/update-header.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-header.yml b/.github/workflows/update-header.yml index d5c2de5..5852738 100644 --- a/.github/workflows/update-header.yml +++ b/.github/workflows/update-header.yml @@ -5,6 +5,9 @@ on: schedule: - cron: "0 0 1 1 *" # At 00:00 on day-of-month 1 in January. +permissions: + contents: write + jobs: update-header: name: Update headers @@ -13,8 +16,5 @@ jobs: - name: Run update header uses: greenbone/actions/update-header@v3 with: - github-user: ${{ secrets.GREENBONE_BOT }} - github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }} - github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }} directories: autohooks tests target: main