Skip to content

Commit 1b4f0e7

Browse files
committed
fix github access
1 parent 0924ea5 commit 1b4f0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
shell: bash
5555
run: opm push -f ./${{ matrix.package_mask }} --token ${{ env.TOKEN }} -c stable
5656
env:
57-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)