We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac808c2 commit f7651ecCopy full SHA for f7651ec
.github/workflows/ubuntu_16.04.yaml
@@ -27,6 +27,9 @@ on:
27
schedule:
28
- cron: '0 7 * * *'
29
30
+permissions:
31
+ contents: read
32
+
33
concurrency:
34
group: ${{ github.ref }}-${{ github.workflow }}
35
cancel-in-progress: true
@@ -38,4 +41,5 @@ jobs:
38
41
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
39
42
with:
40
43
container: ubuntu:16.04
44
+ caches: apt pip cpanm
45
debug: ${{ github.event.inputs.debug || false }}
0 commit comments