KO
|
EN
gitlite β search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
dominos-action
β 85
Open GitHub β
Domino's π as a GitHub Action
Download README (.md)
Explore Similar Repositories
zustand-immer-react-query-course
:
State management using Zustand, immer, and Tanstack Query
FaaSFlow
:
FaaSFlow: Enable Efficient Workflow Execution for Function-as-a-Service
showcase-ecommerce-store
:
An app showing how you can use Typesense to build a full-fledged ecommerce browsing and searching experience
openapi-mock-generator
:
Progressive Web App for generating mocked data from an OpenAPI specification
style-guide
:
Style guide for PingCAP and TiKV code
// repository documentation
Was this content helpful?
β 0
(0 ratings)
Select Rating:
β
β
β
β
β
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dominos-action
?
Download (.md)
# Domino's π as a GitHub Action When triggered, will order a pizza for delivery using the [dominos](https://github.com/RIAEvangelist/node-dominos-pizza-api) module This, uh, [is operational](https://twitter.com/nicknisi/status/1191892290912083969). Some values (like store ID, pizza order, etc) are hardcoded. ## Usage ```yml steps: - name: pizza uses: mattdsteele/dominos-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} address: ${{ secrets.ADDRESS }} order-type: ${{ secrets.ORDER_TYPE }} email: ${{ secrets.EMAIL }} phone: ${{ secrets.PHONE }} first-name: ${{ secrets.FIRST_NAME }} last-name: ${{ secrets.LAST_NAME }} card-number: ${{ secrets.CARD_NUMBER }} expiration: ${{ secrets.EXPIRATION }} security-code: ${{ secrets.SECURITY_CODE }} card-postal-code: ${{ secrets.CARD_POSTAL_CODE }} active: ${{ secrets.ACTIVE }} ``` ## Parameters See [action.yml](./action.yml) for params and details