Skip to content

Commit

Permalink
Merge pull request #12 from enovka/phase-1
Browse files Browse the repository at this point in the history
Phase 1
  • Loading branch information
enovka authored Jul 22, 2024
2 parents 3a68b25 + 9e01777 commit f18f9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 178 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
POM_FILE: pom.xml
GITHUB_TOKEN: ${{ secrets.GB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ secrets.OWNER }}
REPOSITORY: ${{ secrets.REPOSITORY }}

Expand All @@ -27,8 +27,6 @@ jobs:
- name: Start WireMock
run: java -jar wiremock-standalone-3.8.0.jar --port 8080 &
- name: Build with Maven
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
run: mvn -B package --file ${{ env.POM_FILE }}
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Expand All @@ -44,4 +42,6 @@ jobs:
publish_branch: gh-pages
publish_dir: ./target/site/apidocs
# publish_dir: ./target/site/apidocs/
force_orphan: true
force_orphan: true
- name: Set up environment variables
run: echo "GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}" >> $GITHUB_ENV

This file was deleted.

0 comments on commit f18f9a0

Please sign in to comment.