Skip to content

Commit

Permalink
Write out secret in action
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Oct 9, 2023
1 parent 004fc9e commit abeeb65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Write out secret
run: echo ${{ secrets.GF_PUSH_CONFIG }} | base64 -d > ~/.gf_push_config.ini

- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit abeeb65

Please sign in to comment.