Skip to content

Commit 508ccad

Browse files
committed
fix(cicd): clean up workflows
1 parent c742411 commit 508ccad

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

.github/workflows/merge_main.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Release
2-
"on":
2+
on:
33
push:
44
branches:
55
- main
6+
7+
env:
8+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
9+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
10+
CYCLIC_DB: db-sdkCyclicDB
11+
612
jobs:
713
release:
814
name: release

0 commit comments

Comments
 (0)