Skip to content

Commit

Permalink
feat: aaand another release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcombuechen committed Jul 6, 2023
1 parent e00efee commit 3710d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sbom-generator-cyclonedx/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Upload generated SBOM document as release asset
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.BOT_TOKEN }}
file: ./fixtures/npm/sbom.cdx.json
asset_name: sbom.cdx.json
tag: ${{ github.ref }}
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node environment
uses: actions/setup-node@v3
with:
Expand All @@ -20,5 +22,5 @@ jobs:
- name: Release
working-directory: ./fixtures/npm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
run: npx semantic-release

0 comments on commit 3710d54

Please # to comment.