diff --git a/.github/workflows/feature_flag_cleanup.yml b/.github/workflows/feature_flag_cleanup.yml index 8197c0864..6c680d81b 100644 --- a/.github/workflows/feature_flag_cleanup.yml +++ b/.github/workflows/feature_flag_cleanup.yml @@ -229,7 +229,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 with: app-id: ${{ secrets.OZ_MGMT_GHA_APP_ID }} private-key: ${{ secrets.OZ_MGMT_GHA_PRIVATE_KEY }}