Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Dec 22, 2023
1 parent db5f654 commit 3bacd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
id: generate_token
# if: github.ref == 'refs/heads/main'
with:
app-id: ${{ vars.CICD_ROBOT_GITHUB_APP_ID }}
app-id: ${{ secrets.CICD_ROBOT_GITHUB_APP_ID }}
private-key: ${{ secrets.CICD_ROBOT_GITHUB_APP_PRIVATE_KEY }}

- name: trigger sdk-development report build
Expand Down

0 comments on commit 3bacd04

Please sign in to comment.