Skip to content

Commit

Permalink
Set GH_TOKEN environment variable to use Github CLI in workflow (Cray…
Browse files Browse the repository at this point in the history
…Labs#570)

This PR updates the authetication used in the release workflow from a
developer created token to the GH_TOKEN environment variable.

[ reviewed by @MattToast ]
[ committed by @amandarichardsonn ]
  • Loading branch information
amandarichardsonn authored and ankona committed May 7, 2024
1 parent 0facea8 commit 62a7b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
password: ${{ secrets.PYPI }}
#repository_url: https://test.pypi.org/legacy/


createPullRequest:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To be released at some future point in time
Description

- Fix race condition for telemetry monitor
- Update authentication in release workflow
- Auto-generate type-hints into documentation
- Auto-post release PR to develop
- Bump manifest.json to version 0.0.4
Expand Down Expand Up @@ -51,6 +52,8 @@ Description
Detailed Notes

- Ensure the telemetry monitor is started prior to launching entities (SmartSim-PR549_)
- Replace the developer created token with the GH_TOKEN environment variable.
(SmartSim-PR570_)
- Add extension to auto-generate function type-hints into documentation.
(SmartSim-PR561_)
- Add to github release workflow to auto generate a pull request from master
Expand Down Expand Up @@ -135,6 +138,7 @@ Detailed Notes
the previously registered signal handler. (SmartSim-PR535_)

.. _SmartSim-PR549: https://github.com/CrayLabs/SmartSim/pull/549
.. _SmartSim-PR570: https://github.com/CrayLabs/SmartSim/pull/570
.. _SmartSim-PR561: https://github.com/CrayLabs/SmartSim/pull/561
.. _SmartSim-PR566: https://github.com/CrayLabs/SmartSim/pull/566
.. _SmartSim-PR563: https://github.com/CrayLabs/SmartSim/pull/563
Expand Down

0 comments on commit 62a7b12

Please sign in to comment.