Skip to content

Commit

Permalink
fix: ipfs credentials updated via tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 28, 2024
1 parent be2cb29 commit f601b55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.17.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.17.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.17.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: node
ref: main
token: ${{ secrets.API_TOKEN_GITHUB }}
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.17.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.15.0
- uses: nevermined-io/nvm-tools-actions@v0.17.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down

0 comments on commit f601b55

Please sign in to comment.