Skip to content

Commit

Permalink
NA - not sure how deployments were working, but was using a non-exist…
Browse files Browse the repository at this point in the history
…ent secret
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent 1aa7091 commit 63ae7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
"httpHeaders": {
"property": {
"name": "Authorization",
"value": "${{ secrets.PCT }}"
"value": "Bearer ${{ secrets.PACKAGECLOUD_TOKEN }}"
}
}
}
Expand Down

0 comments on commit 63ae7d9

Please sign in to comment.