Skip to content

Commit

Permalink
Merge pull request #27 from Tradeshift/revert-token-change
Browse files Browse the repository at this point in the history
fix: revert token change to avoid build issues
  • Loading branch information
celiogafesi authored May 5, 2022
2 parents 31af94e + 1d68c86 commit 2cb2ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-tree-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: tradeshift/create-pull-request@v3
with:
commit-message: 'chore: update dependency tree for ${{ steps.formatPath.outputs.path }}/package.json'
token: ${{ github.token }}
token: ${{ secrets.github-token }}
committer: ${{ steps.configure.outputs.user }}
author: ${{ steps.configure.outputs.user }}
title: 'chore: update dependency tree'
Expand All @@ -107,7 +107,7 @@ jobs:
if: ${{ failure() && !cancelled() }}
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.github-token }}
script: |
github.rest.issues.create({
issue_number: context.issue.number,
Expand Down

0 comments on commit 2cb2ec2

Please sign in to comment.