Skip to content

Commit

Permalink
Remove exposed API key from workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamDon2 committed Jul 31, 2022
1 parent 25e7f84 commit e20842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- uses: fjogeleit/http-request-action@v1
with:
url: ${{ fromJson(steps.getUploadURL.outputs.response).upload_url }}
bearerToken: "458ee12cb7ee.4c7cbe5214bd767901edf7ded0de7113"
bearerToken: ${{ secrets.FACTORIO_API_KEY }}
contentType: "multiple/form-data"
files: '{"file": "${{ github.workspace }}/${{ steps.getFileName.outputs.file_name }}"}'

0 comments on commit e20842f

Please sign in to comment.