File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 48
48
uses : bitwarden/gh-actions/get-keyvault-secrets@main # TODO: Use ./get-keyvault-secrets for testing of local action changes
49
49
with :
50
50
keyvault : gh-gh-actions
51
- secrets : " test-secret-1,test-secret-2"
51
+ secrets : "
52
+ test-secret-1,
53
+ test-secret-2"
52
54
53
55
- name : Azure Logout
54
56
id : azure-logout
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- " lint-workflow"
7
+ - .github/workflows/test-lint-workflow.yml
7
8
push :
8
9
branches :
9
10
- " main"
13
14
test-lint-workflow :
14
15
name : Test Lint Workflow
15
16
runs-on : ubuntu-24.04
17
+ permissions :
18
+ contents : read
16
19
steps :
17
20
- name : Checkout Branch
18
21
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments