We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd03e0 commit 8678712Copy full SHA for 8678712
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,9 @@ jobs:
9
build:
10
name: Release Plugin
11
runs-on: ubuntu-latest
12
+ env:
13
+ ORG_GRADLE_PROJECT_artifactory_user: '${{secrets.ARTIFACTORY_USER}}'
14
+ ORG_GRADLE_PROJECT_artifactory_password: '${{secrets.ARTIFACTORY_TOKEN}}'
15
steps:
16
- name: checkout code
17
uses: actions/checkout@v2
0 commit comments