Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
iuccio committed Mar 30, 2024
1 parent 9afc560 commit f6c65ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
CI: true

release:
permissions:
contents: write
id-token: write
needs: build
permissions:
id-token: write
if: github.ref == 'refs/heads/master'
name: release
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACTION_TOKEN }}
- uses: fregante/setup-git-user@v2
- run: git config --global user.name "dependabot"
- name: Use Node.js 21.x
Expand Down

0 comments on commit f6c65ea

Please sign in to comment.