Skip to content

Commit

Permalink
chore(changeset): 🤖 use bot credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 24, 2024
1 parent 7e9b85b commit 714ba29
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/changeset-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/create-github-app-token@v1
id: fleek-platform-bot-token
with:
app-id: ${{ secrets.FLEEK_PLATFORM_BOT_APP_ID }}
private-key: ${{ secrets.FLEEK_PLATFORM_BOT_PRIVATE_KEY }}

- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
token: ${{ steps.fleek-platform-bot-token.outputs.token }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit 714ba29

Please sign in to comment.