We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce252c9 commit 71301dfCopy full SHA for 71301df
.github/workflows/update-header.yml
@@ -5,6 +5,9 @@ on:
5
schedule:
6
- cron: '0 0 1 1 *' # At 00:00 on day-of-month 1 in January.
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
update-header:
13
name: Update file header year
@@ -13,8 +16,5 @@ jobs:
16
- name: Run update header
14
17
uses: greenbone/actions/update-header@v3
15
18
with:
- github-user: ${{ secrets.GREENBONE_BOT }}
- github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
- github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
19
directories: nasl misc src tools
20
target: main
0 commit comments