Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Use new composite action (fixes bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 16, 2023
1 parent ff4310f commit 85cb6c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ on:

jobs:
add-issue-to-project:
uses: UCL-MIRSG/.github/workflows/[email protected]
secrets: inherit
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
app_pem: ${{ secrets.APP_PEM }}

0 comments on commit 85cb6c8

Please sign in to comment.