File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 schedule :
1818 - cron : " 53 0 * * *" # Daily at 00:53 UTC
1919
20+ permissions :
21+ contents : read
22+
2023jobs :
2124 lint :
2225 name : Lint
4548 build :
4649 name : Build charm
4750 uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.1
51+ permissions :
52+ actions : read # Needed for GitHub API call to get workflow version
53+ contents : read
4854
4955 integration-test :
5056 strategy :
Original file line number Diff line number Diff line change 1111 default : " amd64"
1212 required : true
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 start-runner :
1619 name : Start self-hosted EC2 runner
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ name: Inplace refresh tests
66on :
77 workflow_call :
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 test-refresh :
1114 strategy :
Original file line number Diff line number Diff line change 99 - 3.4/edge
1010 - 3.5/edge
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316
1417 release-checks :
6366 with :
6467 track : ${{ needs.release-checks.outputs.track }}
6568 permissions :
66- contents : write # Needed to create git tag
69+ actions : read # Needed for GitHub API call to get workflow version
70+ contents : write # Needed to create git tags
6771
6872 ci-tests :
6973 uses : ./.github/workflows/ci.yaml
8387 secrets :
8488 charmhub-token : ${{ secrets.CHARMHUB_TOKEN }}
8589 permissions :
86- contents : write # Needed to create git tags
90+ actions : read # Needed for GitHub API call to get workflow version
91+ contents : write # Needed to create git tags
Original file line number Diff line number Diff line change 99 - cron : " 0 2 * * 6" # Every Saturday 2:00 AM UTC
1010 workflow_dispatch :
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 tiobe-scan :
1417 name : Tiobe scan
You can’t perform that action at this time.
0 commit comments