Skip to content

Commit

Permalink
Pass env. variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 31, 2024
1 parent 1010ee1 commit 0af859b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ permissions:
statuses: write
packages: write

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
release:
name: Release
Expand All @@ -45,6 +42,8 @@ jobs:
- run: mix deps.get
- name: Check if there are releasable changes
id: is-releasable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bumped_output=$(git cliff --bump --unreleased)
changelog_content=$(cat CHANGELOG.md)
Expand Down

0 comments on commit 0af859b

Please sign in to comment.