diff --git a/.github/workflows/giphy.yml b/.github/workflows/giphy.yml new file mode 100644 index 0000000..ef68996 --- /dev/null +++ b/.github/workflows/giphy.yml @@ -0,0 +1,14 @@ +name: "Giphy" + +on: + issue_comment: + types: [created] + +jobs: + giphy: + runs-on: ubuntu-latest + steps: + - uses: mkramb/giphy-action@master + with: + giphy-secret: ${{ secrets.GIPHY_API_SECRET }} + github-secret: ${{ secrets.GITHUB_API_SECRET }}