Skip to content

Commit

Permalink
Change env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava authored Oct 26, 2024
1 parent 2c6730c commit d3d5aaf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
[
{
"id": "github",
"username": "${env.PACKAGES_USER}",
"password": "${env.PACKAGES_ACCESS_TOKEN}",
"username": "${secrets.PACKAGES_USER}",
"password": "${secrets.PACKAGES_ACCESS_TOKEN}",
"configuration": {
"httpConfiguration": {
"all": {
Expand Down Expand Up @@ -86,9 +86,6 @@ jobs:
java-version: '20'
overwrite-settings: 'false'

- name: Check
run: cat ${{ github.workspace }}/.m2/settings.xml

- name: Build
run: mvn -s ${{ github.workspace }}/.m2/settings.xml -B compile
env:
Expand Down

0 comments on commit d3d5aaf

Please sign in to comment.