Skip to content

Commit

Permalink
Merge pull request #87 from scality/bugfix/PTFE-467-clean-up-ovh-runn…
Browse files Browse the repository at this point in the history
…ers-2

PTFE-467: removed artifacts as required
  • Loading branch information
tcarmet committed Jul 17, 2023
2 parents 7edcbec + 9dbc430 commit 286f52e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions actions-cleanup-openstack-vms/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ inputs:
PROJECT_ID:
description: 'the tenant id of the OpenStack client'
required: true
ARTIFACTS_PASSWORD:
required: true
ARTIFACTS_USER:
required: true


runs:
using: "composite"
Expand Down
2 changes: 0 additions & 2 deletions actions-cleanup-openstack-vms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ jobs:
PASSWORD: ${{ secrets.<PASSWORD> }}
PROJECT_NAME: ${{ secrets.<PROJECT_NAME> }}
PROJECT_ID: ${{ secrets.<PROJECT_ID> }}
ARTIFACTS_PASSWORD: ${{ secrets.ARTIFACTS_PASSWORD }}
ARTIFACTS_USER: ${{ secrets.ARTIFACTS_USER }}
```

0 comments on commit 286f52e

Please sign in to comment.