mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-11 11:51:15 +00:00
Give bot access to create issues
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: JasonEtco/create-an-issue@v2
|
uses: JasonEtco/create-an-issue@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||||
with:
|
with:
|
||||||
filename: .github/crosscheck.md
|
filename: .github/crosscheck.md
|
||||||
|
|
||||||
@@ -36,6 +36,6 @@ jobs:
|
|||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: JasonEtco/create-an-issue@v2
|
uses: JasonEtco/create-an-issue@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||||
with:
|
with:
|
||||||
filename: .github/addrcheck.md
|
filename: .github/addrcheck.md
|
||||||
|
|||||||
Reference in New Issue
Block a user