Skip to content

Commit

Permalink
Set GH_TOKEN for all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Nov 22, 2024
1 parent 43b029c commit af1b878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, test and release
name: Create versioning pull request

on:
# push:
Expand All @@ -11,6 +11,8 @@ jobs:
create_version_pull_request:
name: Create versioning pull request
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -24,8 +26,6 @@ jobs:
- name: Get next release number
id: next_release
run: ${{ runner.temp }}/auto shipit --dry-run --quiet
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update changelog
run: ${{ runner.temp }}/auto changelog
Expand Down

0 comments on commit af1b878

Please sign in to comment.