Skip to content

Commit

Permalink
Update relinkedin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Apr 16, 2024
1 parent 4a168bd commit 5234e66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/relinkedin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
LI_CLIENT_ID: ${{ secrets.LI_CLIENT_ID}}
LI_CLIENT_SECRET: ${{ secrets.LI_CLIENT_SECRET}}
LI_REFRESH_TOKEN: ${{ secrets.LI_REFRESH_TOKEN}}
GITHUB_PAT: ${{ secrets.GH_PAT }}
steps:
- uses: actions/checkout@v4
- name: Fetch the latest successful run ID from linkedin workflow
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
echo "ARTIFACT_ID=$($_.id)" | Out-File -FilePath $env:GITHUB_ENV -Append
}
shell: pwsh
- Download artifact using API
- name: Download artifact using API
shell: pwsh
run: |
$headers = @{
Expand Down

0 comments on commit 5234e66

Please sign in to comment.