We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b21e67c + 5fe0729 commit c4d5d85Copy full SHA for c4d5d85
.github/workflows/copilot.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Debug APP_ID
16
- run: echo $APP_ID
+ run: echo ${{ secrets.APP_ID }}
17
18
- name: Generate App token
19
id: generated_token
0 commit comments