Skip to content

shovel: add tx_max_fee_per_gas, tx_max_priority_fee_per_gas to tx ind… #246

shovel: add tx_max_fee_per_gas, tx_max_priority_fee_per_gas to tx ind…

shovel: add tx_max_fee_per_gas, tx_max_priority_fee_per_gas to tx ind… #246

Workflow file for this run

name: www
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
- run: go run ./cmd/www -deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-west-2'