Skip to content

Commit 52c5f04

Browse files
committed
Add permissions for write access in GIF generation workflow
1 parent 3925901 commit 52c5f04

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/generate-terminal-gifs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: generate-terminal-gifs
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
610
jobs:
711
run:
812
strategy:
@@ -36,3 +40,4 @@ jobs:
3640
title: Update generated VHS GIF
3741
body: This PR updates the generated VHS GIF files.
3842
base: main
43+
labels: automation

0 commit comments

Comments
 (0)