We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22fdec commit 2d5c1e3Copy full SHA for 2d5c1e3
.github/workflows/github-actions.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
cd ./src/main/resources
80
touch ./application-oauth.yml
81
- echo "${{ secrets.YML.OAUTH }}" > ./application-oauth.yml
+ echo "${{ secrets.YML_OAUTH }}" > ./application-oauth.yml
82
shell: bash
83
84
# gradle build
0 commit comments