mirror of
https://github.com/getlago/lago.git
synced 2025-07-23 06:09:24 +07:00
cd: fix typo
This commit is contained in:
12
.github/workflows/deploy-preview.yml
vendored
12
.github/workflows/deploy-preview.yml
vendored
@ -53,12 +53,12 @@ jobs:
|
||||
PORTER_TOKEN: ${{ secrets.PORTER_TOKEN_2643 }}
|
||||
steps:
|
||||
- name: Checkout Front
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: getlago/lago-front
|
||||
ref: ${{ github.event.inputs.front_branch }}
|
||||
path: front
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: getlago/lago-front
|
||||
ref: ${{ github.event.inputs.front_branch }}
|
||||
path: front
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user