Skip to content

Commit

Permalink
Merge pull request #1432 from DFE-Digital/update-github-trello-action
Browse files Browse the repository at this point in the history
Add trello key to workflow action
  • Loading branch information
martyn-w authored Jun 5, 2024
2 parents 893ac17 + 0a0ca0d commit 77f9cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
SECRET_VALUE=$(az keyvault secret show --name "TRELLO-TOKEN" --vault-name "${{ secrets.INFRA_KEY_VAULT}}" --query "value" -o tsv)
echo "::add-mask::$SECRET_VALUE"
echo "TRELLO-TOKEN=$SECRET_VALUE" >> $GITHUB_OUTPUT
SECRET_VALUE=$(az keyvault secret show --name "TRELLO-KEY" --vault-name "${{ secrets.INFRA_KEY_VAULT }}" --query "value" -o tsv)
echo "::add-mask::$SECRET_VALUE"
echo "TRELLO-KEY=$SECRET_VALUE" >> $GITHUB_OUTPUT
- name: Add Trello Comment
uses: DFE-Digital/github-actions/AddTrelloComment@master
Expand Down

0 comments on commit 77f9cc6

Please sign in to comment.