Skip to content

Commit

Permalink
More testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mentat committed Oct 4, 2023
1 parent 4114b59 commit e3f6f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_studio_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_KEY }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{github.repository}}/actions/variables \
-d '{"name":"token","value":"${{ env.TOKEN }}"}'
-d '{"name":"token","value":${{ env.TOKEN }} }'
publish:
Expand Down

0 comments on commit e3f6f74

Please sign in to comment.