We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61d2f0 commit 7e5d903Copy full SHA for 7e5d903
.github/workflows/create-dependabot-pr.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Run dependabot-pr.sh
21
run: ./.github/workflows/scripts/dependabot-pr.sh
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
.github/workflows/scripts/dependabot-pr.sh
@@ -14,8 +14,8 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-git config user.name $GITHUB_ACTOR
18
-git config user.email $GITHUB_ACTOR@users.noreply.github.com
+git config user.name opentelemetrybot
+git config user.email 107717825+opentelemetrybot@users.noreply.github.com
19
PR_NAME=dependabot-prs/`date +'%Y-%m-%dT%H%M%S'`
git checkout -b $PR_NAME
0 commit comments