Create giphy.yml
This commit is contained in:
parent
d256ff6c67
commit
54bb255d3c
14
.github/workflows/giphy.yml
vendored
Normal file
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 }}
|
Loading…
Reference in New Issue
Block a user