We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63e448 commit aa04f12Copy full SHA for aa04f12
.github/workflows/permaref.yaml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
create-permaref:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: "write"
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -23,7 +25,7 @@ jobs:
23
25
24
26
echo "LAST_PERMA_NUMBER=$(\
27
git ls-remote --tags --refs --sort="v:refname" \
- https://github.com/zanieb/pubgrub.git | grep "tags/perma-" | tail -n1 | sed 's/.*\/perma-//' \
28
+ https://github.com/astral-sh/pubgrub.git | grep "tags/perma-" | tail -n1 | sed 's/.*\/perma-//' \
29
)" >> $GITHUB_OUTPUT
30
31
- name: Configure Git
0 commit comments