Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jun 19, 2024
1 parent c62e173 commit cdce591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/metadata-advanced.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Seasonal metadata post

# Grant the action permission to write to the repository
permissions:
contents: write

on:
workflow_dispatch:
schedule:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/metadata-own-template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Uses a custom markdown template (`post-template`) and customizes the `posts-directory`, with a manual workflow trigger.

# Grant the action permission to write to the repository
permissions:
contents: write

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit cdce591

Please sign in to comment.