aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-01-10 22:52:55 +0000
committerGravatar GitHub <[email protected]>2022-01-10 22:52:55 +0000
commitba0f6c2f287c254836cc4d22a68c342c018dedce (patch)
tree1e64345c7932e1116081803b893fb5169da139fe /.github
parentMerge pull request #7 from python-discord/correct-workflow-step-names (diff)
Add JumpCloud Agent (#6)
Co-authored-by: ChrisJL <[email protected]> Co-authored-by: Chris Lovering <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index a9946b2..b9b5795 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -65,6 +65,11 @@ jobs:
${{ steps.python.outputs.python-version }}-\
${{ hashFiles('./.pre-commit-config.yaml') }}"
+ - name: Fetch vault password
+ run: 'echo "$VAULT_PASSWORD" > vault_passwords'
+ env:
+ VAULT_PASSWORD: "${{ secrets.ANSIBLE_VAULT_PASSWORD }}"
+
# As pre-commit does not support user installs, we set
# PIP_USER=0 to not do a user install.
- name: Run pre-commit hooks