Skip to content

Commit

Permalink
wip - Sun Sep 1 03:48:32 AM EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 1, 2024
1 parent d8df9c8 commit d9f16c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ jobs:
[
{
"id": "packagecloud-flossware",
"password": "${{ secrets.PACKAGECLOUD_TOKEN }}"
"configuration": {
"httpConfiguration": {
"property": {
"name": "Authorization",
"value": "Bearer ${{ secrets.PACKAGECLOUD_TOKEN }}"
}
}
}
}
]
Expand Down

0 comments on commit d9f16c5

Please sign in to comment.