Skip to content

Commit

Permalink
ci: auth format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Oct 26, 2024
1 parent 320784b commit ab8aeea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: navikt/github-app-token-generator@v1
id: get-token
with:
private-key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: ${{ steps.get-token.outputs.token }}
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { transformUrl } from "jsr:@unpic/lib";
If you previously installed the library from deno.land/x, you should update to
use JSR instead as the deno.land/x version is no longer updated.

You can then use the `transformUrl` function to transform a URL:
You can then use the `transformUrl` function to transform a URL:

```ts
const url = transformUrl(
Expand Down

0 comments on commit ab8aeea

Please sign in to comment.