From cd735f5c8477a9c18b6c9675252c8e6b3f389ace Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Tue, 12 Dec 2023 14:37:33 -0600 Subject: [PATCH] Add skeletal workflow file for credentials verification (#3310) ## Motivation and Context To manually trigger a workflow, the workflow file needs to have a revision in the main branch. This PR adds an empty workflow file for credentials verification. A subsequent PR will fill the contents. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --- .github/workflows/credentials-verification.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/workflows/credentials-verification.yml diff --git a/.github/workflows/credentials-verification.yml b/.github/workflows/credentials-verification.yml new file mode 100644 index 00000000000..e69de29bb2d