We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c2a23 commit 85aa9b7Copy full SHA for 85aa9b7
1 file changed
.github/workflows/release-please.yaml
@@ -34,9 +34,10 @@ jobs:
34
- name: Release Please
35
env:
36
RELEASE_VERSION: ${{ github.event.inputs.version }}
37
+ TRIVY_REPO_TOKEN: ${{ secrets.TRIVY_REPO_TOKEN }}
38
run: |
39
release-please release-pr --repo-url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" \
- --token="${{ secrets.TRIVY_REPO_TOKEN }}" \
40
+ --token="$TRIVY_REPO_TOKEN" \
41
--release-as="$RELEASE_VERSION" \
42
--target-branch="$GITHUB_REF_NAME"
43
0 commit comments