mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(actions): use correct GH token
This commit is contained in:
parent
72b01a6a6d
commit
a217ec78e1
2
.github/workflows/close_themes_pr.yml
vendored
2
.github/workflows/close_themes_pr.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Check and close 🔐
|
||||
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
github-token: ${{ secrets.GH_PAT }}
|
||||
script: |
|
||||
const { repo: { owner, repo } } = context;
|
||||
const pr = context.payload.pull_request;
|
||||
|
|
Loading…
Reference in a new issue