Skip to content

Commit

Permalink
Remove: greenbonebot token from update-header.yml (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus committed Oct 10, 2023
1 parent ebaffc3 commit 6b88f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 file header year
Expand All @@ -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

0 comments on commit 6b88f2d

Please sign in to comment.