-
Notifications
You must be signed in to change notification settings - Fork 0
60 lines (51 loc) · 1.5 KB
/
__shared-ci.yml
File metadata and controls
60 lines (51 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
name: Internal - Common Continuous Integration tasks
on: # yamllint disable-line rule:truthy
workflow_call:
permissions: {}
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4b53189212d5810f710bed89711002626977215b # 0.33.0
permissions:
actions: read
contents: read
security-events: write
statuses: write
test-action-check-url-lighthouse:
needs: linter
uses: ./.github/workflows/__test-action-check-url-lighthouse.yml
permissions:
contents: read
test-action-check-url-ping:
needs: linter
uses: ./.github/workflows/__test-action-check-url-ping.yml
permissions:
contents: read
test-action-deploy-argocd-manifest-files:
needs: linter
uses: ./.github/workflows/__test-action-deploy-argocd-manifest-files.yml
permissions:
contents: read
test-action-deploy-jekyll-jampack:
needs: linter
uses: ./.github/workflows/__test-action-deploy-jekyll-jampack.yml
secrets: inherit
permissions:
contents: read
id-token: write
packages: read
pull-requests: write
security-events: write
test-action-deployment:
needs: linter
uses: ./.github/workflows/__test-action-deployment.yml
permissions:
contents: read
deployments: write
pull-requests: read
secrets: inherit
test-action-release-get-configuration:
needs: linter
uses: ./.github/workflows/__test-action-release-get-configuration.yml
permissions:
contents: read