Update master-slugs.yml

This commit is contained in:
Daniel Sheppard 2024-10-11 11:50:04 -05:00 committed by GitHub
parent 72f227ed4b
commit b099ec51a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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