Compare commits

...

1 Commits

Author SHA1 Message Date
Kreyren 54bb255d3c
Create giphy.yml 2020-03-18 11:11:18 +01:00

14
.github/workflows/giphy.yml vendored Normal file
View 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 }}