Skip to content

Commit

Permalink
ci: try with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Mar 23, 2024
1 parent 1f5e7e1 commit 18c7505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Bump version and create release
shell: bash
env:
DUNE_RELEASE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DUNE_RELEASE_GITHUB_TOKEN: ${{ secrets.OPAM_RELEASE_GITHUB_TOKEN }}
DUNE_RELEASE_OPAM_REPO: 'pinc-official/opam-repository'
run: |
git pull --tags --force
Expand Down

0 comments on commit 18c7505

Please sign in to comment.