Update master-slugs.yml

This commit is contained in:
Daniel Sheppard
2024-10-11 11:48:55 -05:00
committed by GitHub
parent fa7358f7c6
commit 72f227ed4b

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ssh-key: "{{secrets.SLUG_DEPLOY_KEY}}"
ssh-key: {{secrets.SLUG_DEPLOY_KEY}}
- name: Setup Python
uses: actions/setup-python@v5
id: setup_python