Skip to content

Commit

Permalink
changed token name
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa committed Jul 20, 2023
1 parent a315646 commit dc5b57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: asyncapi/community
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN}}
path: community

- name: Setup Node.js
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Compare CODEOWNERS
id: compare-codeowners
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
uses: actions/github-script@v6
with:
script: |
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
run: |
git add .
git commit -m "Update MAINTAINERS.yaml"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/asyncapi/community update-maintainers-${{ github.run_id }}
git push https://${{ secrets.GH_TOKEN}}@github.com/asyncapi/community update-maintainers-${{ github.run_id }}
- name: Create PR
working-directory: ./community
Expand Down

0 comments on commit dc5b57b

Please sign in to comment.