planningcenter / pco-release-action

Github Actions for streamlining the release process for apps that use Github releases
0 stars 0 forks source link

fix(deploy): fix the way creds are sent to dependabot #20

Closed kylemellander closed 1 week ago

kylemellander commented 1 week ago

There was an error in the credentials causing errors occasionally due to credentials being a primitive. Wrapping them in the dependabot credentials fixes the issue.