Skip to content

Commit

Permalink
make packages public
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 3, 2025
1 parent f59e38f commit bd690f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
attestations: write
contents: write
id-token: write
packages: write

steps:
- name: Checkout repository
Expand Down Expand Up @@ -215,7 +216,8 @@ jobs:
#Main Build Script
- name: BUILD
env:
GHCR_TOKEN: "${{ secrets.GHCR_TOKEN }}"
#GHCR_TOKEN: "${{ secrets.GHCR_TOKEN }}" #Needs Actions' Token if we want to make the packages public
GHCR_TOKEN: "${{ github.token }}"
GITHUB_TOKEN: "${{ secrets.RO_GHTOKEN }}"
GITLAB_TOKEN: "${{ secrets.RO_GLTOKEN }}"
MINISIGN_KEY: "${{ secrets.MINISIGN_KEY }}"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_x86_64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
attestations: write
contents: write
id-token: write
packages: write

steps:
- name: Checkout repository
Expand Down Expand Up @@ -215,7 +216,8 @@ jobs:
#Main Build Script
- name: BUILD
env:
GHCR_TOKEN: "${{ secrets.GHCR_TOKEN }}"
#GHCR_TOKEN: "${{ secrets.GHCR_TOKEN }}" #Needs Actions' Token if we want to make the packages public
GHCR_TOKEN: "${{ github.token }}"
GITHUB_TOKEN: "${{ secrets.RO_GHTOKEN }}"
GITLAB_TOKEN: "${{ secrets.RO_GLTOKEN }}"
MINISIGN_KEY: "${{ secrets.MINISIGN_KEY }}"
Expand Down

0 comments on commit bd690f5

Please sign in to comment.