Skip to content

Commit

Permalink
chore: 'fixed typo' remove duplicates & exposed data (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen authored Jan 19, 2023
1 parent a6db67b commit e96f1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ env:
AWS_STAGE: '${{ secrets.AWS_ARN }}'
REGISTRY: 'ghcr.io'
TAG: 'latest'
OS: 'ubuntu-latest'

jobs:
push:
name: push
runs-on: ${{ env.OS }}
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ env:
ENVIRONMENT: 'TESTNET'
REGISTRY: 'ghcr.io'
TAG: 'stable'
OS: 'ubuntu-latest'
AWS_TESTNET: '${{ secrets.AWS_ARN }}'

jobs:
push:
name: push
runs-on: ${{ env.OS }}
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down

0 comments on commit e96f1c4

Please sign in to comment.