From 7ad3872190e75b1b9e9e25c2c489d2825106ba77 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 18 Jul 2024 16:20:58 +0200 Subject: [PATCH] WIP: add: .github/workflows/pr-action.yml (review/main) Origin: https://github.com/CrossStream/crossstream.github.io/pull/1 Signed-off-by: Philippe Coval Change-Id: I2ad6c8e6b2603557bcb55632125cbef885943675 --- .github/workflows/pr-action.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/pr-action.yml diff --git a/.github/workflows/pr-action.yml b/.github/workflows/pr-action.yml new file mode 100644 index 0000000..2b8a917 --- /dev/null +++ b/.github/workflows/pr-action.yml @@ -0,0 +1,14 @@ +# YAML +--- +name: download-action +on: + pull_request: + push: +jobs: + post: + runs-on: ubuntu-latest + steps: + - id: fetch + env: + GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + run: gh release download --repo https://github.com/CrossStream/crossstream-wip --pattern crossstream.txt