pass gh_token

This commit is contained in:
Bruno Alexandre Rosa 2025-11-06 21:18:27 -03:00
parent d5363e2bea
commit cedeab8080

View file

@ -121,6 +121,8 @@ jobs:
steps: steps:
- name: Force clean cache - name: Force clean cache
if: true if: true
env:
GH_TOKEN: ${{ github.token }}
run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }}
- name: Restore thin Qt libraries - name: Restore thin Qt libraries