We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf1dee commit 5e5521fCopy full SHA for 5e5521f
.github/workflows/issue_commands.yml
@@ -31,8 +31,8 @@ jobs:
31
id: generate_token
32
uses: actions/create-github-app-token@v2
33
with:
34
- app_id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
35
- private_key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}
+ app-id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
+ private-key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}
36
- name: Run Commands
37
uses: ./actions/commands
38
0 commit comments