Skip to content

Commit

Permalink
chore: add bpkg_token to publish workflow (#3004)
Browse files Browse the repository at this point in the history
this should fix the cdk publish 403 errors
  • Loading branch information
digikata committed Feb 22, 2023
1 parent c786645 commit 4e43fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
BPKG_TOKEN: ${{ secrets.BPKG_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Install fluvio-package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
VERSION: ${{ needs.setup_job.outputs.VERSION }}
INSTALLER_URL: ${{ needs.setup_job.outputs.INSTALLER_URL }}
BPKG_TOKEN: ${{ secrets.BPKG_TOKEN }}
steps:
- uses: actions/checkout@v3
# Check that this release does not already exist by trying to download it
Expand Down

0 comments on commit 4e43fe0

Please sign in to comment.