Skip to content

Commit

Permalink
Typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 22, 2023
1 parent 5c1b757 commit 75f560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
secrets:
aws_access_key_id: ${{ secrets.STAGING_AWS_ID }}
aws_secret_access_key: ${{ secrets.STAGING_AWS_KEY }}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}}
eks_cluster_name: ${{ secrets.EKS_CLUSTER_NAME }}}
temporary_registry_token: ${{ secrets.GITHUB_TOKEN }}
eks_cluster_name: ${{ secrets.EKS_CLUSTER_NAME }}


deploy-prod:
Expand Down

0 comments on commit 75f560f

Please sign in to comment.