1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

revert broken actions/create-github-app-token version for BIT workflow (#17364)

This commit is contained in:
Jonathan Prusik
2025-11-13 12:00:14 -05:00
committed by GitHub
parent cfe2458935
commit 6305a33359

View File

@@ -49,7 +49,9 @@ jobs:
uses: bitwarden/gh-actions/azure-logout@main
- name: Generate GH App token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
# NOTE: versions of actions/create-github-app-token after 2.0.3 break this workflow
# Remediation is tracked in https://bitwarden.atlassian.net/browse/PM-28174
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
id: app-token
with:
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}