Skip to content

Commit 8678712

Browse files
committed
added artifactory secrets on release workflow
1 parent 0bd03e0 commit 8678712

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
name: Release Plugin
1111
runs-on: ubuntu-latest
12+
env:
13+
ORG_GRADLE_PROJECT_artifactory_user: '${{secrets.ARTIFACTORY_USER}}'
14+
ORG_GRADLE_PROJECT_artifactory_password: '${{secrets.ARTIFACTORY_TOKEN}}'
1215
steps:
1316
- name: checkout code
1417
uses: actions/checkout@v2

0 commit comments

Comments
 (0)