Skip to content

Commit

Permalink
fixes application id
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Mukhade committed Apr 7, 2022
1 parent 0371f70 commit 80df95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/github/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (v *Provider) getAppToken(ctx context.Context, info *info.PacOpts) error {
if err != nil {
return fmt.Errorf("could not parse installation_id: %w", err)
}
v.ApplicationID = &applicationID
v.ApplicationID = &installationID

// check if the path exists
if _, err := os.Stat(workspacePath); os.IsNotExist(err) {
Expand Down

0 comments on commit 80df95e

Please sign in to comment.