Skip to content

Commit

Permalink
update issue commands
Browse files Browse the repository at this point in the history
  • Loading branch information
katebrenner committed Sep 26, 2023
1 parent a56fdf2 commit b5561b1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/issue-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: "Generate token"
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.AWS_DS_TOKEN_CREATOR_ID }}
private_key: ${{ secrets.AWS_DS_TOKEN_CREATOR_PEM }}
- name: Run Commands
uses: ./actions/commands
with:
token: ${{secrets.ISSUE_COMMANDS_TOKEN}}
configPath: issue_commands
token: ${{ steps.generate_token.outputs.token }}
configPath: issue_commands

0 comments on commit b5561b1

Please sign in to comment.