This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Bump org.json:json from 20160810 to 20231013 in /starters/pamelalozano #306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GIPHY generator | |
on: | |
issues: | |
types: [opened, edited] | |
issue_comment: | |
types: [created, edited] | |
pull_request: | |
types: [opened, edited] | |
jobs: | |
giphy-generator: | |
runs-on: ubuntu-latest | |
steps: | |
- name: GIPHY Generator | |
uses: IAmHughes/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GIPHY_TOKEN: ${{ secrets.GIPHY_TOKEN }} | |
with: | |
rating: 'g' | |
lang: 'en' |