Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 21, 2024
1 parent 1285838 commit 1528c1c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push]

jobs:
deploy_tailcall:
runs-on: ubuntu-latest
name: Deploy Tailcall
steps:
- name: Deploy Tailcall
id: deploy-tailcall
uses: tailcallhq/gh-action@1285838b4ef2ed20b46bd5d5d322c87e1e942286
with:
aws-access-key-id: 'oasijdfoisdf'
aws-secret-access-key: 'iosjdfoijsdofij'
aws-region: 'us-east-1'
aws-iam-role: 'iam_for_tailcall1'
config: 'config.graphql'

0 comments on commit 1528c1c

Please sign in to comment.