Skip to content

Commit

Permalink
RM release and move secrets w/o if
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Jan 6, 2025
1 parent b9c5763 commit 687e61b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 147 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
push:
name: Push Docker
runs-on: ubuntu-20-04-4-cores
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,9 +26,6 @@ jobs:
with:
environment: dev
dockerfile: "Dockerfile"
role-to-assume: "arn:aws:iam::783421985614:role/immutable-nonprod-docker-image-push"
role-session-name: "go-ethereum-immutable-nonprod-docker-image-push"
aws-region: "us-east-2"
go-mod-cache-path: "~/go/pkg/mod"
go-build-cache-path: "~/.cache/go-build"
secrets:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:

jobs:
push:
if: ${{ github.ref == 'refs/heads/main' }}
name: temporary
runs-on: ubuntu-20-04-4-cores
steps:
Expand All @@ -26,9 +25,6 @@ jobs:
with:
environment: dev
dockerfile: "Dockerfile"
role-to-assume: "arn:aws:iam::783421985614:role/immutable-nonprod-docker-image-push"
role-session-name: "go-ethereum-immutable-nonprod-docker-image-push"
aws-region: "us-east-2"
go-mod-cache-path: "~/go/pkg/mod"
go-build-cache-path: "~/.cache/go-build"
secrets:
Expand Down
139 changes: 0 additions & 139 deletions .github/workflows/release.yaml

This file was deleted.

0 comments on commit 687e61b

Please sign in to comment.