Skip to content

Commit 76d1455

Browse files
committed
Rename input token/GH_TOKEN to gihub_token
1 parent d6e1367 commit 76d1455

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

action/action-security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ permissions:
1919
jobs:
2020
action-security:
2121
uses: fabriciofx/github-workflows/.github/workflows/action-security-template.yml@main
22+
secrets:
23+
github_token: ${{ secrets.GITHUB_TOKEN }}

action/action-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
action-update:
1717
uses: fabriciofx/github-workflows/.github/workflows/action-update-template.yml@main
1818
secrets:
19-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)