Create giphy.yml

This commit is contained in:
Kreyren 2020-03-18 11:11:18 +01:00 committed by GitHub
parent d256ff6c67
commit 54bb255d3c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/giphy.yml vendored Normal file

@ -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 }}