Skip to content

Commit

Permalink
feature/PI-43-stored-properties secret stuff 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Oct 23, 2023
1 parent 43e04d2 commit 8e36b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
PARAMETER_DEPLOY: ${{ inputs.parameter-deploy }}
ACCOUNT_WIDE: ${{ inputs.account-wide }}
# SLACK_WEBHOOK_URL: ${{ secrets.DEPLOY_ENV_SLACK_HOOK_URL }}
CI_ROLE_NAME: ${{ secrets.CI_ROLE_NAME }}

jobs:
parse-secrets:
Expand All @@ -34,7 +35,6 @@ jobs:
- id: parse-secrets
run: |
echo "::add-mask::${{ secrets.CI_ROLE_NAME }}"
echo "CI_ROLE_NAME=${{ secrets.CI_ROLE_NAME }}" >> $GITHUB_ENV
get-branch-from-workflow-file:
runs-on: [self-hosted, ci]
Expand Down

0 comments on commit 8e36b98

Please sign in to comment.