Compare commits
1 Commits
master
...
giphy-acti
Author | SHA1 | Date | |
---|---|---|---|
|
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