Skip to content

Commit

Permalink
πŸ› fix: Update token for Github Organization
Browse files Browse the repository at this point in the history
This commit updates the token used for authentication in our Github Organization. The previous token was experiencing issues, so a new token has been generated and applied to ensure smooth functioning of our organization's repositories and access controls.

Related issuses:
#5 
#7 
#11
  • Loading branch information
yuminn-k authored Feb 4, 2024
1 parent dc06f97 commit fa630de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.OG_TOKEN }}
repo-token: ${{ secrets.ADMIN_TOKEN }}
assignees: ${{ github.event.pull_request.user.login }}
numOfAssignee: 1

0 comments on commit fa630de

Please sign in to comment.