Skip to content

Commit

Permalink
#122 Use vars instead of env (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Jan 5, 2024
1 parent 82d65bc commit d5a80b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project-garage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Assign issue to project
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/${{ env.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ env.SENZING_PROJECT_GARAGE}}
project-url: https://github.com/orgs/${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ vars.SENZING_PROJECT_GARAGE}}
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}

0 comments on commit d5a80b6

Please sign in to comment.