Skip to content

Commit

Permalink
ci: use secret for DC
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Mar 3, 2023
1 parent b205157 commit d5b0c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vsphere-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MESOSPHERECI_USER_TOKEN }}
VSPHERE_SERVER: ${{ secrets.VSPHERE_SERVER }}
VSPHERE_DATASTORE: ${{ secrets.VSPHERE_DATASTORE }}
VSPHERE_DATACENTER: dc1
VSPHERE_DATACENTER: ${{ secrets.VSPHERE_DATACENTER }}

0 comments on commit d5b0c02

Please sign in to comment.