Skip to content

Commit 8fa5d6f

Browse files
committed
Remove JIRA template and unused workflow
1 parent bfb1c63 commit 8fa5d6f

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@
88

99
---
1010

11-
**Story:** <https://circlepay.atlassian.net/browse/>
12-
1311
**Requested Reviewers:** @mention

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,10 @@ jobs:
2424
name: Contracts Lint and Test
2525
runs-on: large-spot
2626
steps:
27-
- name: Read secrets from AWS Secrets Manager into environment variables
28-
uses: aws-actions/aws-secretsmanager-get-secrets@v2.0.9
29-
with:
30-
parse-json-secrets: true
31-
secret-ids: |
32-
/ops/utilities/github-actions-bot/ssh-priv-key
33-
3427
- name: Checkout code
3528
uses: actions/checkout@v4
3629
with:
3730
submodules: true
38-
ssh-key: ${{ env._OPS_UTILITIES_GITHUB_ACTIONS_BOT_SSH_PRIV_KEY }}
3931

4032
- name: Install dependencies
4133
run: |
@@ -74,13 +66,6 @@ jobs:
7466
name: E2E Lint and Test
7567
runs-on: large-spot
7668
steps:
77-
- name: Read secrets from AWS Secrets Manager into environment variables
78-
uses: aws-actions/aws-secretsmanager-get-secrets@v2.0.9
79-
with:
80-
parse-json-secrets: true
81-
secret-ids: |
82-
/ops/utilities/github-actions-bot/ssh-priv-key
83-
8469
- name: Checkout code
8570
uses: actions/checkout@v4
8671
with:

0 commit comments

Comments
 (0)