diff --git a/.github/workflows/dispatch-update-chart-events.yaml b/.github/workflows/dispatch-update-chart-events.yaml index c09b126..6d7e71a 100644 --- a/.github/workflows/dispatch-update-chart-events.yaml +++ b/.github/workflows/dispatch-update-chart-events.yaml @@ -33,7 +33,7 @@ jobs: steps: - name: Generate GitHub App token id: generate-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: client-id: ${{ secrets.HERALD_CLIENT_ID }} private-key: ${{ secrets.HERALD_APP_KEY }} diff --git a/.github/workflows/dispatch-update-chart-pr-closed-events.yaml b/.github/workflows/dispatch-update-chart-pr-closed-events.yaml index 911ee69..fec5f91 100644 --- a/.github/workflows/dispatch-update-chart-pr-closed-events.yaml +++ b/.github/workflows/dispatch-update-chart-pr-closed-events.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate GitHub App token id: generate-token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: client-id: ${{ secrets.HERALD_CLIENT_ID }} private-key: ${{ secrets.HERALD_APP_KEY }}