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 d6e1367 commit 76d1455Copy full SHA for 76d1455
action/action-security.yml
@@ -19,3 +19,5 @@ permissions:
19
jobs:
20
action-security:
21
uses: fabriciofx/github-workflows/.github/workflows/action-security-template.yml@main
22
+ secrets:
23
+ github_token: ${{ secrets.GITHUB_TOKEN }}
action/action-update.yml
@@ -16,4 +16,4 @@ jobs:
16
action-update:
17
uses: fabriciofx/github-workflows/.github/workflows/action-update-template.yml@main
18
secrets:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments