Skip to content

Commit

Permalink
Securely pass secrets to reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-alexander-popel committed Nov 21, 2023
1 parent bd78843 commit 4506e7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly-prs-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jobs:
dryrun: ${{ inputs.dryrun || false }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
asset-keys: '{}'
1 change: 0 additions & 1 deletion .github/workflows/nightly-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ jobs:
build-platform: ubuntu-20.04
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
asset-keys: '{}'

0 comments on commit 4506e7a

Please sign in to comment.