Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred Müller committed Oct 10, 2023
2 parents 080a3fa + d66a5b9 commit 855d67c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_release_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
repository: manfred-mueller/signing
token: ${{ secrets.ACCESS_TOKEN }}
path: keystore
- name: Setup environment
run: |
export apiKey=${{ secrets.API_KEY }}
echo "API_KEY=$apiKey" >> $GITHUB_ENV
export apiUrl=${{ secrets.API_URL }}
echo "API_URL=$apiUrl" >> $GITHUB_ENV
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 855d67c

Please sign in to comment.