Skip to content

Commit

Permalink
add envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Sep 22, 2024
1 parent bd6b909 commit 891a80a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/make_and_publish_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ on:
- devel
- beta

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:
uses: AllStarLink/asl3-workflows/.github/workflows/ephemeral_ec2_run-this.yml@develop
Expand Down

0 comments on commit 891a80a

Please sign in to comment.