Skip to content

Commit

Permalink
the issued token is repo scoped i guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Dec 22, 2023
1 parent b7f605e commit 6174789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:
name: junit-results
path: packages/*/results.xml

- uses: actions/create-github-app-token@v1
- uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1.6.2
id: generate_token
# if: github.ref == 'refs/heads/main'
with:
app-id: ${{ secrets.CICD_ROBOT_GITHUB_APP_ID }}
private-key: ${{ secrets.CICD_ROBOT_GITHUB_APP_PRIVATE_KEY }}
owner: TBD54566975
repositories: sdk-development

- name: trigger sdk-development report build
run: |
Expand Down

0 comments on commit 6174789

Please sign in to comment.