Skip to content

Commit

Permalink
Change to login (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Jan 25, 2024
1 parent 9644e8b commit 3d19ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GH_TOKEN: ${{ steps.app_token.outputs.token }}
run: |
echo item_id=$(gh api graphql -f query='query {
repository(name: "${{ github.event.repository.name }}", owner: "${{ github.event.repository.owner.name }}") {
repository(name: "${{ github.event.repository.name }}", owner: "${{ github.event.repository.owner.login }}") {
name
issue(number: ${{ github.event.issue.number }}) {
projectItems(first: 100) {
Expand Down

0 comments on commit 3d19ec6

Please sign in to comment.