Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Sep 26, 2024
1 parent dd9dcfd commit 1bdc145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
tag-prefix: sphinx
release-type: ${{ inputs.release-type }}
version: ${{ inputs.version }}
token: ${{ secrets.REPO_TOKEN }}
token: ${{ steps.generate-token.outputs.token }}
5 changes: 0 additions & 5 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ jobs:
echo "RELEASE_BRANCH=$RELEASE_BRANCH" | tee -a $GITHUB_ENV
echo "VERSION=$VERSION" | tee -a $GITHUB_ENV
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.TOKEN_APP_ID }}
private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }}
- name: Publish release
uses: ./ci-workflows/.github/actions/tag-release
with:
Expand Down

0 comments on commit 1bdc145

Please sign in to comment.