Skip to content

Commit

Permalink
👷 permissions i build-dev-mock workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tidnav committed Feb 27, 2024
1 parent 6f01fb4 commit 0a9202c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-dev-mock-historisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
buildMock:
name: build
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
SKIP_YARN_COREPACK_CHECK: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-dev-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
buildMock:
name: build
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
SKIP_YARN_COREPACK_CHECK: true
Expand Down

0 comments on commit 0a9202c

Please sign in to comment.