Skip to content

Commit

Permalink
fix: added parmeter to app token generator
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinOvergaard committed Jun 30, 2024
1 parent a0b5afb commit a9f6bcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notify-parent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
# required
app-id: ${{ secrets.OSAAWEBSITEBOT_APPID }}
private-key: ${{ secrets.OSAAWEBSITEBOT_PRIVATEKEY }}

owner: ${{ github.repository_owner }}
repositories: "osaawebsite,osaawebsite-news"

- uses: actions/github-script@v6
with:
github-token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit a9f6bcc

Please sign in to comment.