Skip to content

Commit

Permalink
remove secrets section of action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Aug 27, 2024
1 parent efdb602 commit cdac360
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/actions/e2e-testing/edge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@ name: Spin up Vercel App

on:
pull_request: {}
push:
branches:
- main
workflow_call:
secrets:
PINECONE_API_KEY:
required: true
VERCEL_TOKEN:
required: true
VERCEL_PROJECT_ID:
required: true
VERCEL_ORG_ID:
required: true
push: {}

# todo: set up with different node versions
jobs:
Expand Down

0 comments on commit cdac360

Please sign in to comment.