Skip to content

Commit

Permalink
Merge pull request #5 from port-labs/fix/workflow
Browse files Browse the repository at this point in the history
Renamed API_KEY secret
  • Loading branch information
mk-armah authored Jul 7, 2024
2 parents b533e5d + 2c8d7a2 commit aeb3cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/humanitec-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
PORT_CLIENT_ID: ${{ secrets.PORT_CLIENT_ID }}
PORT_CLIENT_SECRET: ${{ secrets.PORT_CLIENT_SECRET }}
API_KEY: ${{ secrets.HUMANITEC_API_TOKEN }}
API_KEY: ${{ secrets.HUMANITEC_API_KEY }}
ORG_ID: ${{secrets.HUMANITEC_ORG_ID }}
run: |
python integration/main.py

0 comments on commit aeb3cfd

Please sign in to comment.