Skip to content

Commit

Permalink
Adapt to dvc-packages (2nd)
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Feb 7, 2023
1 parent 938c56e commit 5789476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ jobs:
Updating_dist:
runs-on: ubuntu-latest
concurrency: build_dists
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set git cred
uses: oleksiyrudenko/[email protected]
with:
global: true
with:
token: '${{ secrets.GH_TOKEN }}'
name: 'Dichvucoder'
email: '[email protected]'
actor: 'Dichvucoder'
token: '${{ secrets.GH_TOKEN }}'

- name: updating and signing releases file
env:
Expand Down
4 changes: 2 additions & 2 deletions scripts/dist_handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ sign_release_file() {

fi
echo "Signing Release file"
gpg --passphrase "$(echo -n $SEC_PASS | base32 --decode)" --batch --yes --pinentry-mode loopback -u 43EEC3A2934343315717FF6F6A5C550C260667D1 -bao ./Release.gpg Release
gpg --passphrase "$(echo -n $SEC_PASS | base32 --decode)" --batch --yes --pinentry-mode loopback -u 43EEC3A2934343315717FF6F6A5C550C260667D1 --clear-sign --output InRelease Release
gpg --passphrase "$(echo -n $SEC_PASS | base32 --decode)" --batch --yes --pinentry-mode loopback -u CA3D655ADBDBB49C3912F8F4F7F54014307A2954 -bao ./Release.gpg Release
gpg --passphrase "$(echo -n $SEC_PASS | base32 --decode)" --batch --yes --pinentry-mode loopback -u CA3D655ADBDBB49C3912F8F4F7F54014307A2954 --clear-sign --output InRelease Release
}
download_unprocessed_debs
create_dist_structure
Expand Down

0 comments on commit 5789476

Please sign in to comment.