From ea9cbace01faedb669eddee19f5646d0898ab79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Mon, 27 Jan 2025 22:29:16 +0100 Subject: [PATCH] Create download_artifacts.yml --- .github/workflows/download_artifacts.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/download_artifacts.yml diff --git a/.github/workflows/download_artifacts.yml b/.github/workflows/download_artifacts.yml new file mode 100644 index 0000000..71249f5 --- /dev/null +++ b/.github/workflows/download_artifacts.yml @@ -0,0 +1,10 @@ + - name: get artifacts + # You may pin to the exact commit or the version. + # uses: MichaelMelena/list-artifacts@a1757aa2b864e29ea9f042f3ca8b4ac17fdd508b + uses: MichaelMelena/list-artifacts@v1.0.1 + with: + # github access token + GITHUB_TOKEN: # optional, default is ${{ github.token }} + # + repository: # optional, default is ${{ github.repository }} +