Skip to content

Commit 80df95e

Browse files
author
Shivam Mukhade
committed
fixes application id
1 parent 0371f70 commit 80df95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/provider/github/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (v *Provider) getAppToken(ctx context.Context, info *info.PacOpts) error {
4949
if err != nil {
5050
return fmt.Errorf("could not parse installation_id: %w", err)
5151
}
52-
v.ApplicationID = &applicationID
52+
v.ApplicationID = &installationID
5353

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

0 commit comments

Comments
 (0)