Skip to content

Commit

Permalink
DEVOPS-1612 Update get-keyvault-secrets action to use 'main' branch (#…
Browse files Browse the repository at this point in the history
…219)

* DEVOPS-1612 Update get-keyvault-secrets action to use 'main' branch

* DEVOPS-1612 DOCS: Update actions/checkout to use main branch
  • Loading branch information
urbinaalex17 authored Dec 12, 2023
1 parent 755ba56 commit 527dfd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions get-keyvault-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout the repo
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: Azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout the repo
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: Azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }} # Define secret variable in repository settings as per action documentation
Expand Down
2 changes: 1 addition & 1 deletion report-deployment-status-to-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:

- name: Retrieve slack secrets
id: retrieve-slack-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@master
uses: bitwarden/gh-actions/get-keyvault-secrets@main
with:
keyvault: bitwarden-ci
secrets: "slack-bot-token"
Expand Down

0 comments on commit 527dfd2

Please sign in to comment.