Skip to content

Commit

Permalink
Use better secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Oct 6, 2020
1 parent 323d393 commit 8dff9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Trigger release in jenkins
run: |
echo ${{github.event.release.tag_name}} | grep -e "prod-20[0-9][0-9][0-1][0-9]-[0-9][0-9]"
echo ${{secrets.PASS}} | kinit ${{secrets.PRINCIPAL}}
echo ${{secrets.JENKINS_BOT_PASS}} | kinit ${{secrets.PRINCIPAL}}
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}}'
klist
kdestroy
Expand Down

0 comments on commit 8dff9e6

Please sign in to comment.