Skip to content

Commit

Permalink
Try different env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 7, 2024
1 parent ddf87f2 commit f2f07cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: python3 generate.py --bcr_dir=/tmp/outs/bcr_dir --overlay_tar_path=$(pwd)/bazel-openssl-cc-${{github.ref_name}}.tar.gz --tag=${{github.ref_name}}
- run: cd /tmp/outs/bcr_dir && git checkout -b prep-${{github.ref_name}} && git add . && git commit -m "Release openssl ${{github.ref_name}}" && git push -u origin prep-${{github.ref_name}} && gh pr create --title "Add openssl ${{github.ref_name}}" --body ""
env:
GH_TOKEN: ${{ secrets.BCR_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BCR_GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f2f07cf

Please sign in to comment.