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 a9916ec commit bae9c65
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make install
- name: display-repository_owner
run: echo "${{ github.repository_owner }}"
- name: import certificate
if: ${{ github.repository_owner == 'twilio' }}
if: ${{ github.repository_owner == 'sendgrid' }}
run: |
New-Item -ItemType directory -Path certificate
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.CODE_SIGNING_CERTIFICATE }}'
- name: display-certificate-content
run: Get-Content -Path certificate\certificate.txt
Get-Content -Path certificate\certificate.txt
# certutil -decode certificate\certificate.txt certificate\certificate.pfx

- name: Upload Artifact
Expand Down

0 comments on commit bae9c65

Please sign in to comment.