Skip to content

Commit

Permalink
fix workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Dec 14, 2024
1 parent 94b6959 commit b97745d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- "meme_generator/memes/**"
workflow_dispatch:

permissions:
contents: write

jobs:
update-resource-list:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion meme_generator/memes/abstinence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ def abstinence(images: list[BuildImage], texts: list[str], args: Model):
args_type=args_type,
keywords=["戒导"],
date_created=datetime(2024, 12, 13),
date_modified=datetime(2024, 12, 13),
date_modified=datetime(2024, 12, 14),
)

0 comments on commit b97745d

Please sign in to comment.