Skip to content

Commit

Permalink
updated CI release action
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed May 20, 2023
1 parent 2072544 commit 1120b50
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-plz-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
name: Release-plz
runs-on: ubuntu-22.04
steps:
# Generating a GitHub token, so that PRs and tags created by
# the release-plz-action can trigger actions workflows.
- name: Generate GitHub token
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout repository
uses: actions/checkout@v3
with:
Expand All @@ -35,5 +27,5 @@ jobs:
with:
project_manifest: gremlin-client/Cargo.toml
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 1120b50

Please sign in to comment.