Skip to content

Commit 62195e5

Browse files
authored
Change OWNER environment variable to github.actor
1 parent 1939398 commit 62195e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/software-fairification-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GH_TOKEN: ${{ secrets.PROJECTS_PAT }}
2121
PROJECT_TITLE: "My Board"
2222
ITEMS_FILE: "project-items.json"
23-
OWNER: ${{ github.repository_owner }}
23+
OWNER: ${{ github.actor }}
2424
run: |
2525
set -euo pipefail
2626

0 commit comments

Comments
 (0)