Skip to content

Commit

Permalink
Do not use deploy keys (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Sep 6, 2023
1 parent 703135b commit 4c46e9e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,10 @@ jobs:
uses: actions/checkout@master
with:
repository: icerpc/icerpc-csharp
token: ${{ secrets.ICERPC_CSHARP_READ_TOKEN }}
path: 'icerpc-csharp'
- name: 🔗 Start SSH Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SLICEC_DEPLOY_KEY }}
- name: 🔨 Build and Publish IceRPC NuGet packages
working-directory: icerpc-csharp
run: ./build.sh --publish
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
- name: 🔨 Build Tests
run: dotnet build
- name: 🧪 Run Tests
Expand Down

0 comments on commit 4c46e9e

Please sign in to comment.