py: scripts/deploy-snapshot

This commit is contained in:
Harsh Shandilya 2023-07-27 15:10:56 +00:00
parent d77fa13903
commit 2628bfc2cd
3 changed files with 98 additions and 44 deletions

View file

@ -57,6 +57,12 @@ jobs:
distribution: temurin
java-version: 18
- name: Set up Git author
shell: bash
run: |
git config user.name "GitHub Actions"
git config user.email noreply@github.com
- name: Decrypt secrets
run: |
./scripts/setup-age.sh
@ -77,6 +83,6 @@ jobs:
run: scripts/signing-cleanup.sh
- name: Deploy snapshot
run: scripts/deploy-snapshot.sh
run: scripts/deploy-snapshot.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}