Skip to content

Commit 8dff9e6

Browse files
authored
Use better secret name
1 parent 323d393 commit 8dff9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Trigger release in jenkins
2121
run: |
2222
echo ${{github.event.release.tag_name}} | grep -e "prod-20[0-9][0-9][0-1][0-9]-[0-9][0-9]"
23-
echo ${{secrets.PASS}} | kinit ${{secrets.PRINCIPAL}}
23+
echo ${{secrets.JENKINS_BOT_PASS}} | kinit ${{secrets.PRINCIPAL}}
2424
curl -X POST -k --negotiate -u : ${{secrets.API_URL}} -H 'Content-Type: application/x-www-form-urlencoded' -d 'O2DPG_TAG=${{github.event.release.tag_name}}'
2525
klist
2626
kdestroy

0 commit comments

Comments
 (0)