Skip to content

Commit

Permalink
#build-patch: build
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 5, 2024
1 parent 7a23041 commit 1a2fb8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
# this is important to make sure that tokens are not reused in subsequent steps
# -> removeing this will cause the "GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }}" to
# reuse the token from the previous step although defined otherwise
with:
persist-credentials: false
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1a2fb8a

Please sign in to comment.