Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Feb 8, 2024
1 parent 5a9f525 commit b558a45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
arguments: publish
gradle-version: "8.4"
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
# GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ diff:
fetch:
mv schema.yml schema-old.yml
wget -O schema.yml https://raw.githubusercontent.com/goauthentik/authentik/master/schema.yml

debug:
docker run -it --rm -v $(pwd):/data -w /data --entrypoint /bin/bash docker.io/library/eclipse-temurin:20

0 comments on commit b558a45

Please sign in to comment.