Skip to content

Commit

Permalink
added token for labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
khantnaingset-kns committed Nov 12, 2023
1 parent 49b5f4e commit 870c92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ github.token }}"

- name: Add a label for all production dependencies
if: steps.metadata.outputs.dependency-type == 'direct:production'
run: gh pr edit "$PR_URL" --add-label "production"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}

- name: Add a label for all production dependencies
if: steps.metadata.outputs.dependency-type != 'direct:production'
run: gh pr edit "$PR_URL" --add-label "patch"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}


1 comment on commit 870c92a

@vercel
Copy link

@vercel vercel bot commented on 870c92a Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mcal-doc – ./apps/docs

mcal-doc-myanmar-cyber-youths.vercel.app
mcal-doc-git-main-myanmar-cyber-youths.vercel.app
mcal-doc.vercel.app

Please sign in to comment.