Skip to content

Commit

Permalink
Update .github/workflows/porch-go-covergae.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Rado Chmiel <[email protected]>
  • Loading branch information
efiacor and radoslawc authored May 30, 2024
1 parent ea1d283 commit a3c1fba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/porch-go-covergae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ jobs:
steps:
- name: checkout repo
uses: actions/checkout@v4

- uses: actions/create-github-app-token@v1
id: generate-token
with:
app-id: ${{ secrets.HELPER_APP_ID }}
private-key: ${{ secrets.HELPER_APP_KEY }}
owner: ${{ github.repository_owner }}
- name: setup go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit a3c1fba

Please sign in to comment.