Skip to content

Commit 364a8dd

Browse files
committed
updated debian_8.yaml
1 parent e82dfd8 commit 364a8dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/debian_8.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
schedule:
2828
- cron: '0 7 * * *'
2929

30+
permissions:
31+
contents: read
32+
3033
concurrency:
3134
group: ${{ github.ref }}-${{ github.workflow }}
3235
cancel-in-progress: true
@@ -38,4 +41,5 @@ jobs:
3841
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
3942
with:
4043
container: debian:8
44+
caches: apt pip cpanm
4145
debug: ${{ github.event.inputs.debug || false }}

0 commit comments

Comments
 (0)