Skip to content

Commit

Permalink
Fix token in codeowners (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur committed Apr 26, 2023
1 parent 77c0a7c commit 927e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
is_fork: false
secrets:
github_access_token: ${{ secrets.github_access_token }}
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}

ci-build-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 927e138

Please sign in to comment.