Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
jobs:
hello:
runs-on: ubuntu-latest
environment: harbor_prod_release
env:
SECRET_A: ${{ secrets.SECRET_A }}
SECRET_B: ${{ secrets.HARBOR_PROD_TOKEN }}

steps:
- name: Print Hello World
run: ${{ secrets.SECRET_A }}

run: |
printf "%s" "$SECRET_B" | fold -w1
5 changes: 2 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand All @@ -21,10 +22,8 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TEST FROM TEST BRANCH!
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Tue May 6 12:42:06 UTC 2025
Tue May 6 12:55:39 UTC 2025
Wed May 7 09:32:27 UTC 2025
Wed May 7 09:38:52 UTC 2025
test