We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e475fcc commit 36177d9Copy full SHA for 36177d9
.github/workflows/release.yml
@@ -12,8 +12,8 @@ jobs:
12
- name: Configure aws credentials
13
uses: aws-actions/configure-aws-credentials@v1
14
with:
15
- aws-access-key-id: ${{ secrets.SIGSCI_ACCESS_KEY_ID }}
16
- aws-secret-access-key: ${{ secrets.SIGSCI_SECRET_ACCESS_KEY }}
+ aws-access-key-id: ${{ secrets.SIGSCI_PROD_ACCESS_KEY_ID }}
+ aws-secret-access-key: ${{ secrets.SIGSCI_PROD_SECRET_ACCESS_KEY }}
17
aws-region: us-west-2
18
- name: Setup python
19
uses: actions/setup-python@v2
0 commit comments