Skip to content

Commit

Permalink
Revert "chore: use github app token on label sync action"
Browse files Browse the repository at this point in the history
This reverts commit 1750b6e.
  • Loading branch information
kazupon committed Sep 7, 2022
1 parent 1750b6e commit c09c475
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/github-label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ on:
- .github/labels.yml
- .github/workflows/github-label-sync.yml
workflow_dispatch:
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.INTLIFY_LABEL_SYNC_APP_ID }}
private_key: ${{ secrets.INTLIFY_LABEL_SYNC_PRIVATE }}
- uses: r7kamura/github-label-sync-action@v0
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit c09c475

Please sign in to comment.