mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-09 16:32: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:
|
||||
md2gmi:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.MY_GH_TOKEN }}
|
||||
- uses: ./.github/actions/markdown2gempost
|
||||
with:
|
||||
input-dir: 'markdown/incoming'
|
||||
|
@ -31,6 +31,5 @@ jobs:
|
|||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: 'convert Markdown post to Gempost'
|
||||
token: ${{ secrets.MY_GH_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue