Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
ALLOYBOT_PRIVATE_KEY=alloybot:private_key
export_env: false

- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0

Check failure on line 83 in .github/workflows/helm-release.yml

View check run for this annotation

GitHub Advanced Security / zizmor

dangerous use of GitHub App tokens: app token inherits blanket installation permissions
id: app-token
with:
app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).ALLOYBOT_APP_ID }}
Expand Down
Loading