Skip to content

Commit

Permalink
💚 CI: remove gh-packages specific commands
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed May 8, 2024
1 parent 69fdd28 commit 63f9923
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -29,10 +28,6 @@ jobs:
with:
node-version: lts/*

# required to install our private package from Github Packages
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

- name: Install the Node.js dependencies
run: npm ci

Expand All @@ -51,7 +46,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Set up Python3
uses: actions/setup-python@v4
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.SMOOTH_QDQD_PAT_RIVATE_REPOSITORY }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -39,10 +38,6 @@ jobs:
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
)" >> $GITHUB_ENV
# required to install our private package from Github Packages
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

# needed because the precomputation scripts used by the ffi tests is a JS dependency
- name: Install the Node.js dependencies
run: npm ci
Expand Down

0 comments on commit 63f9923

Please sign in to comment.