Skip to content

Commit

Permalink
Forespørsler
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok committed Oct 28, 2024
1 parent 6d9f5bb commit 67dd1d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: navikt/hag-lps-api-client
token: ${{ secrets.GITHUB_TOKEN }}

- name: List repository contents
run: ls -la
Expand Down

0 comments on commit 67dd1d4

Please sign in to comment.