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.
2 parents 8497225 + 4f5054f commit 6e6d5c3Copy full SHA for 6e6d5c3
1 file changed
.github/workflows/TagBot.yml
@@ -25,7 +25,7 @@ jobs:
25
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: JuliaRegistries/TagBot@62dd7cd21dcde087eca10e70c3fc3f8cefbe44a2
+ - uses: JuliaRegistries/TagBot@79aed30d025666340f7407285d6e3e1a93535bde
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
0 commit comments