Skip to content

Commit

Permalink
Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Dec 8, 2023
1 parent 9b5421e commit 0ce2de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make install
- name: import-certificate
- name: import certificate
if: ${{ github.repository_owner == 'twilio' }}
run: |
New-Item -ItemType directory -Path certificate
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.CODE_SIGNING_CERTIFICATE }}'
Expand Down

0 comments on commit 0ce2de6

Please sign in to comment.