File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
if : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false }}
10
10
steps :
11
- - uses : navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
11
+ - uses : navikt/github-app-token-generator@a9cd374e271b8aef573b8c16ac46c44fb89b02db
12
12
id : get-token
13
13
with :
14
14
private-key : ${{ secrets.TOKENS_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 7
7
release-please :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
10
+ - uses : navikt/github-app-token-generator@a9cd374e271b8aef573b8c16ac46c44fb89b02db
11
11
id : get-token
12
12
with :
13
13
private-key : ${{ secrets.TOKENS_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments