@ -48,7 +48,9 @@ jobs:
uses: bitwarden/gh-actions/get-keyvault-secrets@main # TODO: Use ./get-keyvault-secrets for testing of local action changes
with:
keyvault: gh-gh-actions
secrets: "test-secret-1,test-secret-2"
secrets: "
test-secret-1,
test-secret-2"
- name: Azure Logout
id: azure-logout
@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "lint-workflow"
- .github/workflows/test-lint-workflow.yml
push:
branches:
- "main"
@ -13,6 +14,8 @@ jobs:
test-lint-workflow:
name: Test Lint Workflow
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout Branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2