Skip to content

Commit

Permalink
Add environment variable for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 25, 2023
1 parent 14ced18 commit 8100991
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: prod
permissions:
packages: write
steps:
- uses: actions/checkout@v4

# Debugging step to check the GHA_READ_PKG's presence (DO NOT print the token itself)
- name: Debugging token presence
run: |
echo "Token length is ${{ secrets.GHA_READ_PKG | length }}"
# Step 1: Fetch current image manifests
- name: Fetch current manifests
run: |
Expand Down

0 comments on commit 8100991

Please sign in to comment.