diff --git a/.github/workflows/autonotifier.yaml b/.github/workflows/autonotifier.yaml index 36bc600..519a5cc 100644 --- a/.github/workflows/autonotifier.yaml +++ b/.github/workflows/autonotifier.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v1 with: app_id: ${{ secrets.JENKINS_INFRA_HELPDESK_APP_ID }} private_key: ${{ secrets.JENKINS_INFRA_HELPDESK_APP_PRIVATE_KEY }}