Skip to content

Commit

Permalink
chore(deps): update navikt/github-app-token-generator action to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent c32c224 commit 03283e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-workflow-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: navikt/[email protected].1
id: get-token
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-cms-to-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: navikt/[email protected].1
id: get-token
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
Expand Down

0 comments on commit 03283e6

Please sign in to comment.