Skip to content

Commit ccb3a38

Browse files
chore(deps): update navikt/github-app-token-generator action to v1.2.1 (#1328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c32c224 commit ccb3a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-workflow-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config user.name 'token-generator-app[bot]'
3030
git config user.email '82042599+token-generator-app[bot]@users.noreply.github.com'
3131
- name: Generate GitHub token
32-
uses: navikt/github-app-token-generator@v1.2.0
32+
uses: navikt/github-app-token-generator@v1.2.1
3333
id: get-token
3434
with:
3535
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}

.github/workflows/sync-cms-to-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config user.name 'token-generator-app[bot]'
2323
git config user.email '82042599+token-generator-app[bot]@users.noreply.github.com'
2424
- name: Generate GitHub token
25-
uses: navikt/github-app-token-generator@v1.2.0
25+
uses: navikt/github-app-token-generator@v1.2.1
2626
id: get-token
2727
with:
2828
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)