Skip to content

Commit

Permalink
refactor(ci): remove git-crypt usage
Browse files Browse the repository at this point in the history
  • Loading branch information
randomhajile committed Dec 20, 2023
1 parent c658571 commit 38a923c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
16 changes: 0 additions & 16 deletions .github/actions/setup-secrets/action.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/snackager-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup snackager
uses: ./.github/actions/setup-snackager

Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/snackager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
pull_request:
paths:
- .github/actions/setup-google-cloud/**
- .github/actions/setup-secrets/**
- .github/actions/setup-snackager/**
- .github/workflows/snackager.yml
- snackager/**
Expand All @@ -37,7 +36,6 @@ on:
branches: [main]
paths:
- .github/actions/setup-google-cloud/**
- .github/actions/setup-secrets/**
- .github/actions/setup-snackager/**
- .github/workflows/snackager.yml
- snackager/**
Expand All @@ -56,11 +54,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup snackager
uses: ./.github/actions/setup-snackager

Expand All @@ -81,11 +74,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup snackager
uses: ./.github/actions/setup-snackager

Expand All @@ -102,11 +90,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand All @@ -130,11 +113,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand Down Expand Up @@ -185,11 +163,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand Down Expand Up @@ -231,4 +204,3 @@ jobs:
status: ${{ job.status }}
author_name: Deploy Snackager to Production
fields: message,commit,author,job,took

22 changes: 0 additions & 22 deletions .github/workflows/snackpub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
pull_request:
paths:
- .github/actions/setup-google-cloud/**
- .github/actions/setup-secrets/**
- .github/actions/setup-snackpub/**
- .github/workflows/snackpub.yml
- snackpub/**
Expand All @@ -34,7 +33,6 @@ on:
branches: [main]
paths:
- .github/actions/setup-google-cloud/**
- .github/actions/setup-secrets/**
- .github/actions/setup-snackpub/**
- .github/workflows/snackpub.yml
- snackpub/**
Expand All @@ -50,11 +48,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup snackpub
uses: ./.github/actions/setup-snackpub

Expand All @@ -71,11 +64,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand All @@ -98,11 +86,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand Down Expand Up @@ -148,11 +131,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
pull_request:
paths:
- .github/actions/setup-google-cloud/**
- .github/actions/setup-secrets/**
- .github/actions/setup-website/**
- .github/workflows/website.yml
- website/**
Expand All @@ -36,7 +35,6 @@ on:
branches: [main]
paths:
- .github/actions/setup-google-cloud/**
- .github/actions/setup-secrets/**
- .github/actions/setup-website/**
- .github/workflows/website.yml
- website/**
Expand Down Expand Up @@ -70,11 +68,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand All @@ -94,11 +87,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud

Expand All @@ -119,11 +107,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand Down Expand Up @@ -174,11 +157,6 @@ jobs:
- name: πŸ— Setup repository
uses: actions/checkout@v3

- name: πŸ— Setup secrets
uses: ./.github/actions/setup-secrets
with:
git-crypt-key: ${{ secrets.GIT_CRYPT_KEY }}

- name: πŸ— Setup Google Cloud SDK
uses: ./.github/actions/setup-google-cloud
with:
Expand Down

0 comments on commit 38a923c

Please sign in to comment.