Skip to content

Commit

Permalink
env3
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Aug 7, 2022
1 parent a026be2 commit 5aa8baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
asset_content_type: application/vnd.debian.binary-package
- name: Upload the package to packagecloud
env:
USERNAME: brainhackers
REPO: brainux/any/any
USERNAME: ${{ secrets.PACKAGECLOUD_USERNAME }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
run: |
package_cloud push "${USERNAME}/${REPO}" "../${{steps.archive_name.outputs.name}}"

0 comments on commit 5aa8baa

Please sign in to comment.