Skip to content

Commit b101a86

Browse files
committed
cache:
1 parent 23de768 commit b101a86

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/generate-cache.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Generate Image Cache and Deploy to GitHub Pages
22

3+
permissions:
4+
contents: write
5+
pages: write
6+
id-token: write
37
on:
48
# Run on a schedule (every day at midnight UTC)
59
schedule:

.github/workflows/manual-generate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Manual Generate Cache (No Pull)
22

33
on:
44
workflow_dispatch:
5-
5+
permissions:
6+
contents: write
7+
pages: write
8+
id-token: write
69
jobs:
710
build:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)