Skip to content

Commit 0aa76e6

Browse files
committed
chore: update ci
1 parent 3261e29 commit 0aa76e6

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
executing-tests:
1111
runs-on: ubuntu-22.04
1212

13-
permissions:
14-
contents: read
15-
packages: read
16-
1713
steps:
1814
- name: Checkout repository
1915
uses: actions/checkout@v6
@@ -27,16 +23,11 @@ jobs:
2723
registry-url: 'https://npm.pkg.github.com/'
2824
scope: '@staffbase'
2925

30-
- name: Configure GitHub Packages auth for yarn
31-
run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
32-
env:
33-
NODE_AUTH_TOKEN: ${{ secrets.STAFFBOT_NPM_READ || secrets.GITHUB_TOKEN }}
34-
3526
- name: Install Yarn Dependencies
3627
working-directory: samples/weather-forecast
3728
run: yarn install --frozen-lockfile
3829
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.STAFFBOT_NPM_READ || secrets.GITHUB_TOKEN }}
30+
NODE_AUTH_TOKEN: ${{ secrets.STAFFBOT_NPM_READ }}
4031

4132
- name: Run Build
4233
working-directory: samples/weather-forecast

0 commit comments

Comments
 (0)