Skip to content

Commit

Permalink
ci: updating GITHUB_TOKEN to use BRANCHES_GITHUB_TOKEN from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 9e58856 commit b6697a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: ["develop"]

permissions: write-all

jobs:
beta:
runs-on: ubuntu-latest
Expand All @@ -32,7 +30,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.sha }} \
release-it --ci --preRelease=beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BRANCHES_GITHUB_TOKEN }}
GIT_EMAIL: ${{ vars.GIT_EMAIL }}
GIT_USERNAME: ${{ vars.GIT_USERNAME }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit b6697a3

Please sign in to comment.