Skip to content

Commit a91f4f7

Browse files
committed
chore(ci): fix cache
1 parent 424c76f commit a91f4f7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
contents: read
10+
actions: write
11+
812
jobs:
913
build:
1014
uses: ./.github/workflows/build-ci.yml

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
77

8+
permissions:
9+
contents: read
10+
actions: write
11+
812
jobs:
913
build:
1014
uses: ./.github/workflows/build-ci.yml

0 commit comments

Comments
 (0)