Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Jun 26, 2024
1 parent 209bae5 commit eef2268
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/make_and_publish_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ on:
type: choice
options:
- amd64

env:
APTLY_API_USER: ${{secrets.APTLY_API_USER}}
APTLY_API_PASS: ${{secrets.APTLY_API_PASS}}
APTLY_GPG_PASSPHRASE: ${{secrets.APTLY_GPG_PASSPHRASE}}

jobs:
make-packages:
env:
APTLY_API_USER: ${{secrets.APTLY_API_USER}}
APTLY_API_PASS: ${{secrets.APTLY_API_PASS}}
APTLY_GPG_PASSPHRASE: ${{secrets.APTLY_GPG_PASSPHRASE}}
uses: AllStarLink/asl3-update-nodelist/.github/workflows/ephemeral_ec2_run-this.yml@develop
with:
run-this: ./builder/dockerbuild.sh -a ${{ inputs.arch }} -o ${{ inputs.os }} --gh-rel ${{ inputs.gh-rel }} -r ${{ inputs.aptly-repo }}
Expand Down

0 comments on commit eef2268

Please sign in to comment.