Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvictor committed Nov 5, 2024
1 parent cf86445 commit 747a266
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dashboards-issue-add-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ env.GH_APP_ID }}
private_key: ${{ env.GH_APP_PEM }}
app_id: ${{ env.APP_ID }}
private_key: ${{ env.APP_PEM }}
- name: log in
env:
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
run: gh api user -q .login
- name: Check if issue is in target project
run: |
Expand Down

0 comments on commit 747a266

Please # to comment.