diff --git a/.github/workflows/publish-workflow-ui.yml b/.github/workflows/publish-workflow-ui.yml index dd4fce0a0..fc4778167 100644 --- a/.github/workflows/publish-workflow-ui.yml +++ b/.github/workflows/publish-workflow-ui.yml @@ -29,7 +29,7 @@ jobs: git config user.name 'token-generator-app[bot]' git config user.email '82042599+token-generator-app[bot]@users.noreply.github.com' - name: Generate GitHub token - uses: navikt/github-app-token-generator@v1.2.0 + uses: navikt/github-app-token-generator@v1.2.1 id: get-token with: private-key: ${{ secrets.TOKENS_PRIVATE_KEY }} diff --git a/.github/workflows/sync-cms-to-repo.yml b/.github/workflows/sync-cms-to-repo.yml index 53bd5d653..6795c123a 100644 --- a/.github/workflows/sync-cms-to-repo.yml +++ b/.github/workflows/sync-cms-to-repo.yml @@ -22,7 +22,7 @@ jobs: git config user.name 'token-generator-app[bot]' git config user.email '82042599+token-generator-app[bot]@users.noreply.github.com' - name: Generate GitHub token - uses: navikt/github-app-token-generator@v1.2.0 + uses: navikt/github-app-token-generator@v1.2.1 id: get-token with: private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}