mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
[BRE-831] Updating to use AKV with OIDC
This commit is contained in:
4
.github/workflows/code-references.yml
vendored
4
.github/workflows/code-references.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Check
|
- name: Check
|
||||||
id: check-ld-secret
|
id: check-ld-secret
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ secrets.LD_ACCESS_TOKEN }}" != '' ]; then
|
if [ "${{ steps.get-kv-secrets.outputs.LD-ACCESS-TOKEN }}" != '' ]; then
|
||||||
echo "available=true" >> $GITHUB_OUTPUT;
|
echo "available=true" >> $GITHUB_OUTPUT;
|
||||||
else
|
else
|
||||||
echo "available=false" >> $GITHUB_OUTPUT;
|
echo "available=false" >> $GITHUB_OUTPUT;
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
id: collect
|
id: collect
|
||||||
uses: launchdarkly/find-code-references@e3e9da201b87ada54eb4c550c14fb783385c5c8a # v2.13.0
|
uses: launchdarkly/find-code-references@e3e9da201b87ada54eb4c550c14fb783385c5c8a # v2.13.0
|
||||||
with:
|
with:
|
||||||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
|
accessToken: ${{ steps.get-kv-secrets.outputs.LD-ACCESS-TOKEN }}
|
||||||
projKey: default
|
projKey: default
|
||||||
allowTags: true
|
allowTags: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user