Skip to content

Commit

Permalink
wip - Mon Sep 2 10:52:46 AM EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent b987048 commit 3d14dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
"httpHeaders": {
"property": {
"name": "Authorization",
"value": "${{ secrets.PCT }}"
"value": "FOO BAR"
}
}
}
}
]
# "value": "${{ secrets.PCT }}"

- run: cat ~/.m2/settings.xml

- uses: actions/setup-java@v4
Expand Down

0 comments on commit 3d14dfa

Please sign in to comment.