Skip to content

Commit

Permalink
require github-token secret only
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 24, 2024
1 parent 1773bcb commit 44a712b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/org-login-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
SFDX_AUTH_URL: ${{ secrets.sfdx-auth-url }}
run: |
echo "${SFDX_AUTH_URL}" > auth.url
echo "SFDX AUTH URL is `wc -l auth.url` lines long"
echo "SFDX AUTH URL is `wc -c auth.url` lines long"
sf org login sfdx-url -f auth.url
sf org open -r --json | jq -r '.result.url' > login_url.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | g
apt-get update && apt-get install -y gh

# Install CumulusCI
RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@211251069 cookiecutter keyrings.alt
RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@1ae7db2af cookiecutter keyrings.alt

# Copy devhub auth script and make it executable
COPY devhub.sh /usr/local/bin/devhub.sh
Expand Down

0 comments on commit 44a712b

Please sign in to comment.