From 03283e62819695a55e0160124cf7cc6cdca794ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:01:27 +0000 Subject: [PATCH] chore(deps): update navikt/github-app-token-generator action to v1.2.1 --- .github/workflows/publish-workflow-ui.yml | 2 +- .github/workflows/sync-cms-to-repo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}