diff --git a/.github/workflows/pr-action.yml b/.github/workflows/pr-action.yml new file mode 100644 index 0000000..041c139 --- /dev/null +++ b/.github/workflows/pr-action.yml @@ -0,0 +1,14 @@ +# YAML +--- +name: download-action +on: + pull_request_target: + 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