Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
use staging secrets and remove alpha from OD version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Mar 31, 2021
1 parent 30bc6f8 commit 68ea937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PLUGIN_NAME: opendistroTraceAnalyticsKibana
OD_VERSION: 1.13.0.0-alpha
OD_VERSION: 1.13.2.0

jobs:

Expand All @@ -21,8 +21,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.AWS_STAGING_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_STAGING_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Checkout Kibana
Expand Down

0 comments on commit 68ea937

Please sign in to comment.