mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
assign PAT to checkout action
This commit is contained in:
parent
10e8fdce8e
commit
559dca65fc
1 changed files with 2 additions and 3 deletions
5
.github/workflows/markdown2gempost.yml
vendored
5
.github/workflows/markdown2gempost.yml
vendored
|
@ -19,10 +19,10 @@ defaults:
|
||||||
jobs:
|
jobs:
|
||||||
md2gmi:
|
md2gmi:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.MY_GH_TOKEN }}
|
||||||
- uses: ./.github/actions/markdown2gempost
|
- uses: ./.github/actions/markdown2gempost
|
||||||
with:
|
with:
|
||||||
input-dir: 'markdown/incoming'
|
input-dir: 'markdown/incoming'
|
||||||
|
@ -31,6 +31,5 @@ jobs:
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: 'convert Markdown post to Gempost'
|
commit_message: 'convert Markdown post to Gempost'
|
||||||
token: ${{ secrets.MY_GH_TOKEN }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue